in reply to Re^3: pipe fork win32
in thread pipe fork win32
Firstly, this perl-internals implementation bug is totally unrelated to the issue of whether "sleep work on multiple threads".
Secondly, the "bug" in that RT isn't a bug.
It basically says that sleep doesn't guarantee to return exactly when you asked for it to. But I'm not aware of any OS that gives such a guarantee, It is documented to sleep for at least the number of seconds requested.
It does not say that it will break out of a broken device driver, or debugger, nor VM, nor preempt a higher priority CPU-intensive thread or process.
I'm really confused why you thought it was relevant to raise that non-related, non-issue in this context?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: pipe fork win32
by bulk88 (Priest) on Aug 26, 2012 at 15:10 UTC | |
by BrowserUk (Patriarch) on Aug 26, 2012 at 16:02 UTC |