On Feb 17, 1:26 pm, Trond Norbye <[email protected]> wrote:
> On Feb 17, 2010, at 11:59 AM, Niro wrote:
>
> > Thanks for the quick response.
>
> > Server's version: 1.2.2. Below you will find current stats.
>
> Wow.. you should upgrade!!! that's really really old..
>
> > How can I determine whether I'm using persistent or single-shot
> > connections?
>
> 'total_connections' => '810678'
>
> I guess this would indicate that your clients connect for every command they
> want to run... Persistent connections is a client feature, and I don't use
> PHP so I can't tell you how to activate that..
>
>
>
> > Also netstat gave me a long list of connections. How can I use it to
> > pinpoint relevant issues ?
>
> Do you have a high number of connections in TIME_WAIT?
>
> Cheers,
>
> Trond