Apache HTTP Server development

2009-08-23 Thread tim robertson
Apache HTTP Server should be Event-driven by default, instead of using Processes/Threads. Alot of other http web servers are outperforming Apache because they use Events because this reduces cpu and memory usage. Events will help Apache server handle lots of concurrent connections because

Re: Apache HTTP Server development

2009-08-23 Thread Paul Querna
On Sun, Aug 23, 2009 at 8:58 PM, tim robertsontim...@email.com wrote: Apache HTTP Server should be Event-driven by default, instead of using Processes/Threads. Alot of other http web servers are outperforming Apache because they use Events because this reduces cpu and memory usage. Events will