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.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority". The enemy of (IT) success is complexity.
In the absence of evidence, opinion is indistinguishable from prejudice.
  • Comment on Re^3: Shared memory and asynchronous access