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.
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