I've working on a small webserver that uses only core perl modules.  The
design is similar to apache prevous to 2.0.  Anyways in some simple load
testing I've noticed the the connection latency is ~3.3msec under perl
and ~0.7msec for apache.  Since these are both on the same host and both
are simple accept calls to blocking sockets why is perl so much slower. 
Are the wrapper function to the c socket calls adding that much over
head?

-Joshua Hoblitt

--
[EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to