ExtConn errors

#1
I'm getting multiple "ExtConn timed out while processing." errors in my error logs, and I have some weird behavior from the server we're running on. After running for a while php begins to 408(the requests that insert data seem to work, but time out on return) and then run poorly until it cools off for a while. The other server we were running on was buggy and had similar problems, but ran better than this new one does. I've tried tweaking the server over in the tuning section, but nothing i change seems to help :(. Is this a bug or has anyone else heard of it before?

--CC
 

mistwang

LiteSpeed Staff
#2
I think it is a connection problem between PHP and DB, I believe most PHP processes were hanging on DB connections.

You can verify it by run "killall php" from command line, then 408 error will disappear.

If that is the case, you need work on PHP's PGSQL integration.
 
Top