On 28-Mar-2003 Gerald Fehringer wrote:
> Hi Joseph,
> 
> all connects are from localhost, no external connect and i never
> saw this behavior on a bsd box ?!
> 

FreeBSD as a default builds with it's own thread library, You'll only
see the parent server thread.

You can build the MySQL server with the linux thread library by:
make -DWITH_LINUXTHREADS=yes

then you'll see all the child threads:

localhost.dread$ uname -v
FreeBSD 4.8-PRERELEASE #23: Fri Feb 21 08:46:29 CST 2003    
localhost.dread$
localhost.dread$ ps ax | grep mysqld | cut -c 1-60
  177  ??  IN     0:00.07 /usr/local/libexec/mysqld --basedi
  178  ??  SN     0:00.18 /usr/local/libexec/mysqld --basedi
  179  ??  IN     0:00.00 /usr/local/libexec/mysqld --basedi
  180  ??  IN     0:00.00 /usr/local/libexec/mysqld --basedi
  421  ??  IN     0:03.34 /usr/local/libexec/mysqld --basedi
  439  ??  IN     0:16.89 /usr/local/libexec/mysqld --basedi
 2855  ??  IN     0:02.43 /usr/local/libexec/mysqld --basedi
 2856  ??  IN     0:12.12 /usr/local/libexec/mysqld --basedi
 2870  ??  IN     0:00.00 /usr/local/libexec/mysqld --basedi
 2880  ??  IN     0:00.16 /usr/local/libexec/mysqld --basedi
 2881  ??  IN     0:02.04 /usr/local/libexec/mysqld --basedi
 2889  ??  IN     0:02.03 /usr/local/libexec/mysqld --basedi
  133 con- I+     0:00.02 /bin/sh /usr/local/bin/safe_mysqld
localhost.dread$ 

Regards,
-- 
Don Read                                       [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.
                            (53kr33t w0rdz: sql table query)


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to