Skip Menu |

This queue is for tickets about the FCGI-ProcManager CPAN distribution.

Report information
The Basics
Id: 115404
Status: new
Priority: 0/
Queue: FCGI-ProcManager

People
Owner: Nobody in particular
Requestors: BBYRD [...] cpan.org
Cc:
AdminCc:

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



Subject: start_delay isn't granular enough
The code within pm_manage for start_delay uses a basic vanilla 'sleep' command. This doesn't work very well for fractional values. It should be replaced with the Time::HiRes version. This should be a very simple change by putting this at the top: use Time::HiRes qw( sleep );