Document the usage of SIGUSR1 #1

Open
opened 2018-10-29 17:25:08 +00:00 by rtyler · 0 comments
Owner

Author: @lericson Posted at: 03.02.2010 18:25

It'd be nice to have some sort of documentation on what SIGUSR1 is used for.

Quote for future reference:

 lericson: they send SIGUSR1 when they stop accepting new connections
 there's a point where the child is not accepting new connections, finishing old ones
 it sends SIGUSR1 so you don't have diminished capacity and such
 to help avoid the case where you're using --max-age and child procs start dying around the same time
Author: @lericson Posted at: 03.02.2010 18:25 It'd be nice to have some sort of documentation on what SIGUSR1 is used for. Quote for future reference: <pre> <rtyler> lericson: they send SIGUSR1 when they stop accepting new connections <rtyler> there's a point where the child is not accepting new connections, finishing old ones <rtyler> it sends SIGUSR1 so you don't have diminished capacity and such <rtyler> to help avoid the case where you're using --max-age and child procs start dying around the same time </pre>
rtyler added the
enhancement
label 2018-10-29 17:25:08 +00:00
Sign in to join this conversation.
No Label
enhancement
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rtyler/Spawning#1
No description provided.