Chung,

>  Warning: thr_alarm queue is full
>  What's this? Is it serious problem?

Looking for "thr_alarm" in the MySQL Manual, I find this:

If mysqld is compiled with -DUSE_ALARM_THREAD, a dedicated thread that
handles alarms is created.  This is only used on some systems where
there are problems with sigwait() or if one wants to use the thr_alarm()
code in ones application without a dedicated signal handling thread.

Link to this manual part: http://www.mysql.com/doc/en/MySQL_threads.html

So, I guess all it means is that the thr_alarm queue is full ;-)

Regards,
--
  Stefan Hinz <[EMAIL PROTECTED]>
  Geschaftsfuhrer / CEO iConnect GmbH <http://iConnect.de>
  Heesestr. 6, 12169 Berlin (Germany)
  Tel: +49 30 7970948-0  Fax: +49 30 7970948-3

----- Original Message -----
From: "Chung Ha-nyung" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 27, 2002 3:49 AM
Subject: What does this mean? : Warning: thr_alarm queue is full


> query.
>
>   I happened to find out that the lots of following error messages are
> stored
> error log file:
>  Warning: thr_alarm queue is full
>
>  What's this? Is it serious problem?
>
>
> --
>  Chung Ha-nyung <alita@[neowiz.com|kldp.org]>
>  Sayclub <http://www.sayclub.com>
>  NeoWiz <http://www.neowiz.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
>


---------------------------------------------------------------------
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