On Mon, Mar 18, 2002 at 06:20:36PM +1030, Anatoly Osiko wrote:
> I have checked all the configurable parameters, but still is wondering
> what controls the number of processes started on the mysql startup.
>
> I am especially interested in bin/mysqld Ver 3.23.48-max for
> pc-linux-gnu on i686
>
I have checked all the configurable parameters, but still is wondering
what controls the number of processes started on the mysql startup.
I am especially interested in bin/mysqld Ver 3.23.48-max for
pc-linux-gnu on i686
Even with small configuration, I have 4 processes without and addition 7
p
>
> Hi,
>
> mysqld is single-process/multi-thread.
> What you see are 4 threads, ps on Linux doen not differenciate between
> threads and processes.
> For more details on these threads, you can look at the manual:
> http://www.mysql.com/doc/M/y/MySQL_threads.html
>
when i ps on freebsd 4.4 i saw
0:00 /usr/sbin/mysqld
>
> 4 mysqld processes for only one user task!
>
> May be anyone know, Is it possible to reduce number of mysqld?
>
> I could not find information about this in the manual.
>
> Thanks, Sergey Potapov
>
> --
possible to reduce number of mysqld?
I could not find information about this in the manual.
Thanks, Sergey Potapov
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com