From: Jason B. <ja...@ed...> - 2002-03-12 00:24:06
|
The echo server is a cool little problem, which is in the docs. When I run it and play around, I find the total memory usage hovers around 3792K with 1420K shared. The example uses the fork() mode and each child has around 90% shared. perldoc NetServer::Generic to see the example. The Debian package is libnetserver-generic-perl and it's in Woody, at least, though I don't think Potato has it. It's version 1.x. |