View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 08:33 AM
David T. Ashley
 
Posts: n/a
Default C-Language MySQL API and Dying Processes

I'd like to write CGI-BIN compiled 'C' programs that use the MySQL 'C' API.

However, I'm concerned about dying processes. If a process segfaults or
otherwise dies unexpectedly:

a)Does the MySQL connection close automatically?

b)Do table locks release automatically?

Thanks, Dave.



Reply With Quote