in reply to Re^3: Waiting for multiple filehandles (threads)
in thread Waiting for multiple filehandles

Anyone using threads in Perl
... won't be dropping their code into production on any box I control. That's another thing to keep in mind. Maybe threads are good for Windows, but on Unix, threads are spelled "f-o-r-k". Forking technology is far better developed and understood and optimized on Unix.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re^4: Waiting for multiple filehandles (threads)

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.