in reply to threads: spawn early to avoid the crush.
Although it looks like your advice, when it comes to perl and not general computing, is right:
paranoid% perl -w junk1.pl Taken 1.603796 seconds% paranoid% perl -w junk2.pl Taken 4.308179 seconds%
I'm still avoiding threads with perl, there's no good reason for lib authors to make their libs thread-safe, thus your perl apps will never be thread-safe, and, there is basically nothing that threading has to offer (well, headaches and longer development times, but if we wanted that, we would be programming java)
(But we do get a lot of people who read a book about GUIs, and they can't seem to live without threads these days)
A computer is a state machine. Threads are for people who can't program state machines. -- Alan Cox
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: threads: spawn early to avoid the crush.
by BrowserUk (Patriarch) on Mar 02, 2006 at 16:50 UTC | |
Re^2: threads: spawn early to avoid the crush.
by zentara (Cardinal) on Mar 02, 2006 at 16:24 UTC | |
Re^2: threads: spawn early to avoid the crush.
by Tanktalus (Canon) on Mar 02, 2006 at 17:11 UTC | |
Re^2: threads: spawn early to avoid the crush.
by renodino (Curate) on Mar 02, 2006 at 20:23 UTC |