View Single Post
  #2 (permalink)  
Old 15-11-2008, 10:48
lisvane lisvane is offline
new member
 
Join Date: Mar 2008
Posts: 5
Default

Quote:
Originally Posted by Rock View Post
Error in my_thread_global_end 1 threads didn't exit

This error is actually a bug in the latter PHP/MySQL release, which is generated when the MySQL's InnoDB database storage engine's connection handlers while exiting properly did not decrement the server's thread count. It can be fixed easily by changing/switching the PHP Server API from CGI/FastCGI to ISAPI.

Or if you want to use CGI/FastCGI PHP Server API, you can do the following to get this sorted out permanently :
You'd be all good now
Rock

I see the date on this is 2006. Is this reply still valid. I am getting the error described and want to avoid chasing other possible faults!

Thanks
Reply With Quote