[rt-devel] Too Many Connections
Stanislav Sinyagin
ssinyagin at yahoo.com
Fri Nov 29 08:11:41 EST 2002
Hi Jesse and all,
this is not Apache problem.
It's because DBIx::SearchBuilder
does not have DESTROY() method, as described in my
first message ever to this list:
From: "Stanislav Sinyagin" <ssinyagin at yahoo.com> | This is Spam | Add to Address Book
To: rt-devel at lists.fsck.com
Subject: [rt-devel] some patches and wishes: 2.1.39
Date: Tue, 8 Oct 2002 07:04:28 -0700 (PDT)
<skipped>
lib/RT/Handle:
The DBIx-SearchBuilder package available from CPAN is 0.61.
The mysql connections are not cleared, and soon you get
"too many connections" message.
Version 0.73 does not solve the problem
I added DESTROY() handler, and now it's much better.
Please apply the patch attached, and update CPAN.
<patch was attached>
Regards,
Stan
--- Jesse Vincent <jesse at bestpractical.com> wrote:
> you've configured your apache to spawn more children than you've told
> your database to create.
>
>
> On Thu, Nov 28, 2002 at 03:54:08PM +1100, Sam Johnston wrote:
> > I found that after a few minutes of playing with RT the layout broke and
> > then I started getting 500 Internal Server Errors:
> >
> > [Thu Nov 28 14:21:48 2002] [warning]:
> > DBI->connect(dbname=rt3;host=localhost) failed: Too many connections at
More information about the Rt-devel
mailing list