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