On Sun, Dec 30, 2001 at 02:12:47PM -0600, Steven Lembark wrote:
> 
> W/ current apache and mod_perl, perl-5.6.1, Solaris-2.8.
> Been having problems with DBI dropping connections. One
> suggestion was to override the default of "no" and use
> the malloc that comes with perl-5.6.1.
> 
> Anyone know of problems or any obvious symptoms?

Umm, "problems with DBI dropping connections" isn't much to go on :)
I'd expect more spectacular problems if malloc mismatch was the cause.

I think it is generally recommended to use the system malloc on
Solaris.  If you want to try the perl one then try it with and
without the 'hide my malloc' option.

Tim.

Reply via email to