Re: Process Running Even after timeout

2001-02-22 Thread Dave Hodgkinson

"Kiran Kumar.M" <[EMAIL PROTECTED]> writes:

>   I have a program that fetches data from mysql database,since the =
> database is huge the user gets a time-out(this has been taken care now =
> :-)) , but when i see the process list the mysqld process for that =
> request is still running , Dosent apache close the database connection =
> after it sends a timeout ???

Yes, but mysql is busy doing your query.


-- 
Dave Hodgkinson, http://www.hodgkinson.org
Editor-in-chief, The Highway Star   http://www.deep-purple.com
  Apache, mod_perl, MySQL, Sybase hired gun for, well, hire
  -



Process Running Even after timeout

2001-02-22 Thread Kiran Kumar.M



Hi,
  I have a program that fetches data from 
mysql database,since the database is huge the user gets a time-out(this has been 
taken care now :-)) , but when i see the process list the mysqld process for 
that request is still running , Dosent apache close the database connection 
after it sends a timeout ???
 
Kiran