Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Apache process stuck at 25% on Quad Core Server with PHP |
|
Author |
|
carpediem
Joined: 04 Aug 2008 Posts: 1 Location: Warrington
|
Posted: Mon 04 Aug '08 13:25 Post subject: Apache process stuck at 25% on Quad Core Server with PHP |
|
|
Hi,
We have a new Windows 2003 server running Apache 2.2.9 and PHP.
Its an internal server running an application we wrote inhouse, so it rarely gets more than a couple of accessing it at any one time.
However, the application does create some PDF's on the fly, which takes for ever - 5 to 10 mintutes to produce. On checking the processor performance, apache is stuck at using 25% CPU usage. It does not bounce up or down, and just sticks at 25% solid, until its finished. I am assuming that this is because its a quad core processor and is only using 1 core.
Any ideas how I can make it use the full CPU power of all the cores?
Thanks
Bill |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Mon 04 Aug '08 17:29 Post subject: |
|
|
You can use PHP as fcgid than it will run in a different process. |
|
Back to top |
|
|
|
|
|
|