Jennifer Goodie wrote:
-- Original message --
From: Andre Matos <[EMAIL PROTECTED]>
[snip]
The system administrator told me that could be the PHP session, but again,
he also was not complete sure about this.
I have no idea what this even means.
I take it to mean th
-- Original message --
From: Andre Matos <[EMAIL PROTECTED]>
> Now, we are using MySQL version 4.1.9 with Apache 2.0.52 and PHP 4.3.10, all
> compiled and running on a Linux Fedora X86_64.
>
What MPM is Apache using? The threaded ones are not recommended.
>I star
There are a ton of things to check.
Check the amount of memory that can be used by each process;
add some time checks to the scripts to see where the hang ups are, if its db
access or the webserver.
Monitor the amount of resources consumed by each process during a page
creation/query.
Check the l