Page 1 of 1

Multi-threaded Apache?

PostPosted: 02. February 2006 06:37
by christh21
My apache is serving about 250 requests at a time (concurrent). Each request is about 1KB. It seems to me that it would make a lot of sense to use the WORKER module over the PREFORK in this type of environment.

I'm fairly new to Linux, but I would be very interested in recompiling Apache 2.2 with the worker module if I could keep it working properly with XAMPP.

Does anyone have any ideas about running Apache in worker (multi-threaded) mode?

PostPosted: 07. February 2006 17:56
by christh21
Can anyone give me a quick run through on re-compiling apache in XAMPP with the worker module? I need to compile using the same settings as the original version except using the worker instead of prefork.