Skip Menu |

This queue is for tickets about the Net-Server CPAN distribution.

Report information
The Basics
Id: 82668
Status: open
Priority: 0/
Queue: Net-Server

People
Owner: Nobody in particular
Requestors: raherh [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.007
Fixed in: (no value)



Hello, Net::Server, line 872 in hup_server subroutine. The log method is set to 0 log level (error). Is it intentional? HUP'ing only restarts a server. When I try XML::Compile::SOAP::Daemon::NetServer server to restart (sending HUP signal) it dies and subsequent exec in hup_server is not run. I am not sure how ::NetServer treats signals from Net::Server, this my first attempt. When I change log level in hup_server sub to e.g. 1, restart is ok. Radek
Subject: Re: [rt.cpan.org #82668]
Date: Sat, 12 Jan 2013 23:47:59 -0700
To: bug-Net-Server [...] rt.cpan.org
From: Paul Seamons <paul [...] seamons.com>
We'll put a patch out monday - the 0 was a holdover from making huping a little more stable with dequeue children. Paul On 01/12/2013 02:43 PM, Radek via RT wrote: Show quoted text
> Sat Jan 12 16:43:03 2013: Request 82668 was acted upon. > Transaction: Ticket created by rahe > Queue: Net-Server > Subject: (No subject given) > Broken in: 2.007 > Severity: Normal > Owner: Nobody > Requestors: raherh@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=82668 > > > > Hello, > > Net::Server, line 872 in hup_server subroutine. The log method is set to 0 log level (error). > Is it intentional? HUP'ing only restarts a server. > > When I try XML::Compile::SOAP::Daemon::NetServer server to restart (sending HUP signal) it dies > and subsequent exec in hup_server is not run. > I am not sure how ::NetServer treats signals from Net::Server, this my first attempt. > > When I change log level in hup_server sub to e.g. 1, restart is ok. > > Radek >