This is a discussion on Apache multi thread charge problem within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi. I'm using Apache 1.3.37 on a 4 cpu serveur I have a script http that launcher ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi.
I'm using Apache 1.3.37 on a 4 cpu serveur I have a script http that launcher 16 other http request. Every request is quite long... Apache doesn't seems to want to allocate me more than 25% of the total cpu charge. all the process work on the same time, but the charge is limited to 100% of ONE cpu !!! Is it a config probleme? Must i used apache 2.0 REM : when I use 2 http session and lanch my script on he both firefox instance the charge grown up to 200% (100% for each orginal http request) Thank's Etienne |
|
|||
|
"Etienne SOBOLE" <etienne-nospam@tlk.fr> schreef in bericht
news:482781e0$0$30096$426a74cc@news.free.fr... > I'm using Apache 1.3.37 on a 4 cpu serveur > > I have a script http that launcher 16 other http request. > Every request is quite long... > Apache doesn't seems to want to allocate me more than 25% of the total cpu > charge. all the process work on the same time, but the charge is limited > to 100% of ONE cpu !!! > > Is it a config probleme? > Must i used apache 2.0 > May depend on the OS, please specifiy? ( IIRC on windows your version of Apache is a single process, running a thread per request, and hence is limited to 1 CPU ) Is any mod_php or mod_perl involved? HansH |