in reply to Re: Perl webserver
in thread Perl webserver
I'll second this. I once prototyped a message server in Perl and then rewrote it in C - the C version was at least an order of magnitude faster, and used considerably less memory. Of course, the C version was leaner in design partly because it is so much work to do _anything_ in C, but still... The point is, vanilla Apache takes up less than 2Mb and is fast, efficient, and well-tested.