targetsmart has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks,
I have a requirement to write a socket server(daemon), I have been using fork for handling multiple child connections. I am interested in using threads in perl, but as far as my reading about perl threads(perlthrtut, threads) tells me that going for threads in perl will not be a better choice than using fork. Can someone help me on this issue.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Threads Vs Fork
by Perlbotics (Bishop) on Nov 08, 2008 at 10:28 UTC | |
by targetsmart (Curate) on Nov 08, 2008 at 10:37 UTC | |
Re: Threads Vs Fork
by BrowserUk (Patriarch) on Nov 08, 2008 at 15:54 UTC | |
Re: Threads Vs Fork
by zentara (Archbishop) on Nov 08, 2008 at 14:48 UTC | |
Re: Threads Vs Fork
by szabgab (Priest) on Nov 08, 2008 at 13:43 UTC |
Back to
Seekers of Perl Wisdom