Forums / Cotonti / Support / major php crash???

Mynt
#17700 2009-10-11 23:44
I tried to recreate the issue with alot of factors just to see if I could.

So far my testing showed this:

-There is no timeout feature for the board. If your host has an issue with multiple threads going to the database it may be caused by the php ini settings. I lowered my phpini settings down to 1mb to just test it, then simucasted 4000 connections on the forums. The only dump error is as follows:

FIREBUGpro REPORT: c:\HARDYheron\~USR\MARK\TEMP\CONT\HOME\
FIREBUGpro DUMP:
CONNECTION IS TIMING OUT. 
MySQL LISTENER SENT OUT THIS MESSAGE TO X-HTTP HOST: 
"CACHE INVOLVED IS IN EXCESS OF RESOURCES. CONNECTION TIMED OUT"
RESULT: PAGE LOAD TIME ERROR
TIME: 618SECONDS WAIT TIME 2ms(REFRESH)
RESULT: TIMEOUT - NON 404. CONNECTION RETRY DENIED BY MySQL CONNECTION

Mysql dropped these errors for me:
Incoming connection from "localhost" denied with permissions 
using localhost @ password:yes. Authentication OK : 
User defined tables resource overflow of 5992881 bytes,
 memmory allowed of 8279981227 bytes.

There is no die after a certian amount of time, so it kept trying, but once the connection is killed the first time there was nothing to load because it hung on authentication again. Suggestion I think is to place a kill timer in the table lookup?
"I only sleep when I know I won't miss a thing."