How stable and rocksolid is the Network Library ?
Posted: Thu Sep 27, 2007 4:31 pm
I mean, I am writing a server using the network library, but as it's like a closed sandbox, I don't know how robust its performance will be in a real life situation.
Currently I use THTTPD, which manages to serve around 3000 - 3500 requests a second (only static content), how about the Network Library ?
THTTP uses "select" instead of threads or forks (Apache).
What's the inner working of the Network Lib ? Select / Threads / Forking ?
Is there an alternative way of creating a webserver without the Network Lib ?
Thanks in advance,
Purely
Currently I use THTTPD, which manages to serve around 3000 - 3500 requests a second (only static content), how about the Network Library ?
THTTP uses "select" instead of threads or forks (Apache).
What's the inner working of the Network Lib ? Select / Threads / Forking ?
Is there an alternative way of creating a webserver without the Network Lib ?
Thanks in advance,
Purely