Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Mysql-protocol.r TIMEOUT - need help

 [1/2] from: carlos::lorenz::gmail::com at: 20-Mar-2006 10:59


Hi lista While trying to get the result of an SQL query using mysql-protocol.r on a CGI a have this error: ** Access Error: Network timeout ** Where: read ** Near: insert db qry Is the server taking too long to resolve the request? Is there something that I could do to fix it w/out having to ask the guys at ISP? thanks for any help -- *:-.,_,.-:*'``'*:-.,_,.-: Carlos Lorenz *:-.,_,.-:*'``'*:-.,_,.-:

 [2/2] from: ammon::johnson::gmail::com at: 21-Mar-2006 16:43


Yes the server is taking too long to resolve the request. There's a number of possible problems here. You may simply be asking for more data than the server can return within the specifiied timeout. To change that you should be able to set the port's timeout value directly. Otherwise something might be causing the server to lockup and it may simply be unresponsive. Without more information it is hard to tell. HTH!! ~~Ammon ;~> On 3/20/06, Carlos Lorenz <carlos.lorenz-gmail.com> wrote: