I think it timesout. Some stuff that might interest you:
http://www.mysql.com/doc/n/o/node_663.html
tyler
----- Original Message -----
From: "Mark" <admin@stripped>
To: <mysql@stripped>
Sent: Wednesday, May 08, 2002 1:03 PM
Subject: Does a connection time out?
> Hi,
>
> I have question. Does a connection time out? Say, I have set up a
> connection, like this,
>
> $dbh = DBI->connect ... etc.
>
> Will MySQL drop the connection after a time of inactivity? (I hope not);
> and, if so, will it undef $dbh? If that were the case, I could start my
subs
> with something like,
>
> $dbh ||= connectmysql ();
>
> Thanks!
>
> - Mark
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
> http://www.mysql.com/manual.php (the manual)
> http://lists.mysql.com/ (the list archive)
>
> To request this thread, e-mail <mysql-thread108411@stripped>
> To unsubscribe, e-mail
<mysql-unsubscribe-tyler=captainjack.com@stripped>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>