![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Threads Vs Forkby zentara (Archbishop) |
on Nov 08, 2008 at 14:48 UTC ( #722403=note: print w/replies, xml ) | Need Help?? |
Try Simple threaded chat server and see how it works for you. What you want to watch out for is a memory gain after a long run time. The thing is forks cleanup after themselves completely, whearas a threaded app MAY retain some useless references and gain memory with prolonged usage.
I'm not really a human, but I play one on earth Remember How Lucky You Are
In Section
Seekers of Perl Wisdom
|
|