Hi,

On Thu, 2002-03-21 at 16:58, [EMAIL PROTECTED] wrote:
> I am using the MySQL server version 3.23.44 running on Windows 98 machine, I
> just found out that as you view the task manage...mysqld is not alone...I
> mean, about 6 of them...I am confuse whos running...so, all I want to know
> is...is there a problem about it...as far as my client is concern, it runs
> ok...and the server is responding ok...

> Have anyone encountered this kind of behavior...Im just wondering if someone
> observe it before...

mysqld is multi-threaded; if you've just started mysqld and have not
made any connections with it yet, you should generally see 3 threads.

This is apparently the way Windows 98 shows threads...

Linux has something similar, where each thread shows up as a process.
However, there are tools that display process TREE instead of a flat
list, i.e. it finds out who created each thread/process. So then you get
a fairly neat picture.

Anyway, you should never have to do anything with this for mysqld, since
stopping the server through "Kill" in the task manager is not the
cleanest method...


Regards,
Arjen.

-- 
Get MySQL Training Worldwide, http://www.mysql.com/training/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Arjen G. Lentz <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Technical Writer, Trainer
/_/  /_/\_, /___/\___\_\___/   Brisbane, QLD Australia
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to