Hello, As described in the mod_perl documents, Apache can share variable (i.e. data) if they are declared during Apache start up.
So if I have a shared variable during startup, storing the DBI handler, I assume all the process is sharing this same handler? So if one Apache is doing query, is that all other process would be blocked? Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/