Re: Apache mod_perl concept

2008-10-24 Thread Jeff Pang
2008/10/23 howa <[EMAIL PROTECTED]>: > 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

Apache mod_perl concept

2008-10-24 Thread howa
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 tha