Hi Des
Couldn"t access the forum last night and this morning, might just be me, but was getting a random time out or a "The FastCGI pool queue is full" error message.
Having hosted some random WordPress sites (presuming the APAT site is WordPress based?... if not ignore I ever posted this!) in the past before for companies I know we had to tweak some of the settings within the fcgiext.ini to increase the default values on :
1. instanceMaxRequests : This is the max number of requests that can be processed by each FastCGI worker process before it is recycled. The default value on install is 200.
2. maxInstances : This is the max number of FastCGI worker processes that can be started in the application pool that is allocated to your website (we use IIS running over Windows here). The default value on install is 4.
3. queueLength : This is the max number of requests that can be queued for a FastCGI process pool. The default value on install is 1000.
We also had a problem when a user added a widget plugin to their WordPress site, it had been fine then the CPU usage went crazy and we had to constantly recycle the application pool until we did more digging. It was a plugin called "WordPress Popular Posts" which was the culprit. Soon as we disabled the plugin, recycled the application pool, gave it the old "switch it all off and back on again" routine... it was fine.
Not sure if the above will help.... but just in case
Phil x