Re: database connection object handling and threading fastcgi

2007-01-19 Thread Ivan Sagalaev
Michael Radziej wrote: can anyone tell me right away how the database handling works with the threading fastcgi server? I suspect that there's one global connection object, and then in each thread separate cursor objects created from the global connection, which is not going to work with mysql.

database connection object handling and threading fastcgi

2007-01-19 Thread Michael Radziej
Hi, can anyone tell me right away how the database handling works with the threading fastcgi server? I suspect that there's one global connection object, and then in each thread separate cursor objects created from the global connection, which is not going to work with mysql. (This is about tick