LAMP Processor Usage maxed at 100%

I am using LAMP 1.1.15 and when my application performs database queries, most but not all queries, the processor usage goes to 100% and the query times out after 300 seconds. I do understand that this might not be an issue with the LAMP server, but I have used this application, KB Publisher, many times in the past on hosted services, Godaddy & Hostmonster, and have not had this issue.

If someone could help in deciphering if it is a LAMP issue or an application issue, that would be greatly appreciated.

Thank you.

LAMP Processor Usage maxed at 100%

Well, you may need to allocate more RAM to the JumpBox. Please see this:

http://wiki.jumpbox.com/doc/runtime/faq/memory

You may also need to fine tune your mysql settings or the php settings (if your application is written in PHP). Other resources you might pursue for troubleshooting is the community for the application you are using or if it is a custom application you could ask in the community for the programming language you have implemented it in.

Austin