Hello  Rick

Pulled the last mods,
When running my one liner I noticed that the timings were quite different

[enrico@enrico-imac ooRexx.svn.Release]$pkill rxapi
[enrico@enrico-imac ooRexx.svn.Release]$time rexx -e "'pwd | rxqueue' ; say 
queued() "
1

real    0m0.082s
user    0m0.011s
sys     0m0.016s
[enrico@enrico-imac ooRexx.svn.Release]$time rexx -e "'pwd | rxqueue' ; say 
queued() "
1

real    0m0.028s
user    0m0.010s
sys     0m0.014s


See the higher real time when rxapi is not there

As compared to
real    0m0.038s


Added a few printfs to check things 

[enrico@enrico-imac ooRexx.svn.Release]$pkill rxapi
[enrico@enrico-imac ooRexx.svn.Release]$time rexx -e "'pwd | rxqueue' ; say 
queued() "
***** 1
***** connectionEstablished at line 264
***** connectionEstablished at line 231
1

real    0m0.080s
user    0m0.010s
sys     0m0.015s
[enrico@enrico-imac ooRexx.svn.Release]$time rexx -e "'pwd | rxqueue' ; say 
queued() "
***** connectionEstablished at line 231
***** connectionEstablished at line 231
1

real    0m0.027s
user    0m0.010s
sys     0m0.014s
[enrico@enrico-imac ooRexx.svn.Release]$


The sleep loop is entered once if rxapi is not active 

most certainly - because of the other modifications You made
And those might explain also the different timings 

The test suite runs until the end with no errors 

E






_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to