in reply to Re^5: Module for transparently forking a sub?
in thread Module for transparently forking a sub?
Frankly, I couldn't figure out what you were doing with dividing the time by $N-1, but I decided not to care since I could just do the same for threads and forks and they should be affected equally. Also, sleep(1) in a benchmark could create some interesting problems - the OS generally doesn't guarantee how long that will take, only that it will take at least 1 second.
-sam
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Module for transparently forking a sub?
by BrowserUk (Patriarch) on Feb 14, 2009 at 21:32 UTC |