Keith,

> I did an strace and get a loop that looks like the following:
>
> select(0, NULL, NULL, NULL, {10, 0})    = 0 (Timeout)
> time(NULL)                              = 1163696544
> select(0, NULL, NULL, NULL, {10, 0})    = 0 (Timeout)
> time(NULL)                              = 1163696554
> select(0, NULL, NULL, NULL, {10, 0})    = 0 (Timeout)
> time(NULL)                              = 1163696564
> select(0, NULL, NULL, NULL, {10, 0})    = 0 (Timeout)
> time(NULL)                              = 1163696574
> kill(16165, SIG_0)                      = 0
> kill(16164, SIG_0)                      = 0
>
> again and again and again. Also, my mistake on the previous: it's
> amavisd-new 2.4.2.

This is normal, Net::Server behaves this way when idle.
kill SIG0 is just a check by a parent process to see
if a child process is still alive.

  Mark

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to