in reply to Re^2: Shared memory and asynchronous access
in thread Shared memory and asynchronous access
Then i realized it was just a sub-second sleep. is that correct?
Yes.
http://perldoc.perl.org/functions/select.html suggests this select(undef, undef, undef, 0.001); instead.
Indeed. The empty strings version is just less typing; and appears to have no measurable affect on the functionality.
|
|---|