
September 14th, 2012, 07:27 AM
|
|
Contributing User
|
|
Join Date: Jul 2003
Location: Prague, Czech Republic
|
|
|
Odbc persistent connection
Hi,
we plan to port one of our solutions from Linux to Win and now I'm in a phase of testing the persistent DB connectivity.
The current test platform and resources are:
Intel 32bit
Win XP (in Oracle's virtualbox)
ActivePerl 5.8.12
mod_perl 2
Apache 2.2.22 + SSL 0.9.8t
MySQL-5.5.x
MySQL ODBC 5.1
The problem is that the "show processlist" does not show any other connections except one - mine (from the cmd).
I am using the Apache::DBI module and initiate the connection from the mod_perl startup script.
Can someone tell whether the persistence is possible at all using the above resource combination?
Thank you.
|