Re: Problems maintaining large high-availability search

2004-06-08 Thread Atle Veka
Doesn't look like my reply last night made it to the list, resend... Hello Seth, On Mon, 7 Jun 2004, Seth Brundle wrote: > 1. The timeout is set to 5 min, because of the number of queries, there > are a lot of unused http processes that linger with connections, and the > only way to seeminly k

RE: Problems maintaining large high-availability search

2004-06-07 Thread Donny Simonton
> > 1. The timeout is set to 5 min, because of the number of queries, there > > are a lot of unused http processes that linger with connections, and the > > only way to seeminly keep MySQL connections available is to keep > > timeouts short. > What about using a connection-pool? > Like Apache::DBI.

Re: Problems maintaining large high-availability search

2004-06-07 Thread Fagyal Csongor
Hi, > 1. The timeout is set to 5 min, because of the number of queries, there > are a lot of unused http processes that linger with connections, and the > only way to seeminly keep MySQL connections available is to keep > timeouts short. What about using a connection-pool? Like Apache::DBI. It sho