Quoting Bob Foster <[EMAIL PROTECTED]>:
> Immediately
> after I make an Oracle database connection, the child jumps from a size
> of
> 3.6M (2.4M shared) to 17.4M (3.4M shared).  The child process slowly
> grows
> to 22.2M (3.4M shared).  The loaded libs Sizes total 13.6M.
> 
> Shouldn't the libs load into shared memory?  If so, how?

DBI->install_driver()

See http://perl.apache.org/guide/performance.html#Initializing_DBI_pm for more.

- Perrin

Reply via email to