[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AW: [cobalt-developers] mysql idle connection timeout
- Subject: AW: [cobalt-developers] mysql idle connection timeout
- From: "Oliver Schlag \(privat\)" <chairman@xxxxxxxx>
- Date: Tue Apr 17 23:10:38 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hy,
try to start the mysqld with
--set-variable interactive_timeout=60 --set-variable wait_timeout=60.
After 60seconds ov inactivity the deamon dies. At our systems this works
great.
Greetings
Olly
>is there a way to give mysql 3.22 a hint on when to
>disconnect an idle connection so that the threads are not
>used up by idle connections that linger around ...?
>Should be, shouldn't it? :-)