Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001062

[PHP] Time out Errors? From: Chris Anderson (chrisderson <email protected>)
Date: 06/26/01

I have mayn scripts on a website that use MySQL connections for various tasks. Strangely sometimes a task will hit the timeout (30 sec), then work perfectly when I refresh. Or even work perfectly other times. I'm using Apache on Windows 98 and I'd never had this bug before. Would it be because I connect to MySQL so much? Should I use mysql_pconnect instead of normal connect to alleviate this? Any help would be appreciated