On Mon, Sep 17, 2001 at 10:03:29AM -0700, Michael McConnell wrote:
> It certainly does seem that 3.23.40+ take considerably more
> resources to do the exact same thing, than MySQL 3.22.xx
If that's the case, it's worth tracking down so that it can be fixed.
> Is this correct?
I hope not.
Jere
It certainly does seem that 3.23.40+ take considerably more resources to do
the exact same thing, than MySQL 3.22.xx
Is this correct?
> On Sun, Sep 16, 2001 at 10:21:05PM -0700, Michael McConnell wrote:
> >
> > So what your saying is MySQL is supposed to fork a new processes for
> > every conn
On Sun, Sep 16, 2001 at 10:21:05PM -0700, Michael McConnell wrote:
>
> So what your saying is MySQL is supposed to fork a new processes for
> every connection? I don't think so...
No. MySQL will spawn a new thread to handle each incoming
connection. It's just that threads on a Linux bear a stri
At 10:21 PM -0700 9/16/01, Michael McConnell wrote:
>So what your saying is MySQL is supposed to fork a new processes for every
>connection? I don't think so...
... based on?
Lemme guess. Running Linux?
>
>> > > > I'm running MySQL 3.23.42 on a PIII 866 with 1 Gig of RAM. If I
>> > > > conne
So what your saying is MySQL is supposed to fork a new processes for every
connection? I don't think so...
> > > > I'm running MySQL 3.23.42 on a PIII 866 with 1 Gig of RAM. If I
> > > > connect 400 requests and and ask for something all at the same time,
> > > > MySQL spawns many child proccess
On Sun, Sep 16, 2001 at 06:58:05PM -0700, Michael McConnell wrote:
>
> > On Sun, Sep 16, 2001 at 04:44:05PM -0700, Michael McConnell wrote:
> > >
> > > I'm running MySQL 3.23.42 on a PIII 866 with 1 Gig of RAM. If I
> > > connect 400 requests and and ask for something all at the same time,
> > >
> On Sun, Sep 16, 2001 at 04:44:05PM -0700, Michael McConnell wrote:
> >
> > I'm running MySQL 3.23.42 on a PIII 866 with 1 Gig of RAM. If I
> > connect 400 requests and and ask for something all at the same time,
> > MySQL spawns many child proccess (hundreds and hundreds). As a
> > result of al
On Sun, Sep 16, 2001 at 04:44:05PM -0700, Michael McConnell wrote:
>
> I'm running MySQL 3.23.42 on a PIII 866 with 1 Gig of RAM. If I
> connect 400 requests and and ask for something all at the same time,
> MySQL spawns many child proccess (hundreds and hundreds). As a
> result of all these proce
I'm running MySQL 3.23.42 on a PIII 866 with 1 Gig of RAM. If I connect 400
requests and and ask for something all at the same time, MySQL spawns many
child proccess (hundreds and hundreds). As a result of all these processes
the system essentailly hangs (Loadavg of 588 525 310)
Does anyone know