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.
Back to
Seekers of Perl Wisdom