Re: Daemontool-izing MySQL
Dmitry Volkoff <[email protected]>
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Message-ID | <20030820192059.GB10680@server1> |
On Wed, Aug 20, 2003 at 02:40:44PM -0400, Brian Reichert wrote:
> On Wed, Aug 20, 2003 at 08:18:39PM +0400, Dmitry Volkoff wrote:
> > Are you sure you can restart or shutdown mysqld on linux with
> > Linuxthreads just executing `svc -t mysqld` or `svc -d mysqld` without
> > mysqladmin or some other program?
>
> I don't know, as I don't use Linux; I use FreeBSD.
^^^^^^^^^^^^^^^^^
I do. Let me quote the manual on the relevant part:
When using LinuxThreads you will see a minimum of three processes
running. These are in fact threads. There will be one thread for the
LinuxThreads manager, one thread to handle connections, and
one thread to handle alarms and signals.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(http://www.mysql.com/doc/en/Linux.html)
--
DV