Copterfly / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

Add failsafe busy timeout to daemon processes. #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add feature whereby if an individual request takes longer than some set
period, that the daemon process will be restarted. This will help to pick
up stuck requests which would otherwise make that thread and/or process
unusable thereafter if the request never actually returns.

Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 17 Aug 2007 at 12:28

GoogleCodeExporter commented 9 years ago

Original comment by Graham.Dumpleton@gmail.com on 17 Aug 2007 at 12:38

GoogleCodeExporter commented 9 years ago

Original comment by Graham.Dumpleton@gmail.com on 17 Sep 2007 at 5:44

GoogleCodeExporter commented 9 years ago
This concept can be incorporated into inactivity-timeout described in:

  http://code.google.com/p/modwsgi/issues/detail?id=20

This can be done by viewing inactivity as being absence of any request being
received, or data being read or data being written.

Thus will not implement this as a separate option.

Original comment by Graham.Dumpleton@gmail.com on 7 Oct 2007 at 7:38