From df76b78d359f34a73ce407f40f594577e04b014b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 3 May 2009 16:16:48 -0700 Subject: Safer timeout handling and test case Timeouts of less than 2 seconds are unsafe due to the lack of subsecond resolution in most POSIX filesystems. This is the trade-off for using a low-complexity solution for timeouts. Since this type of timeout is a last resort; 2 seconds is not entirely unreasonable IMNSHO. Additionally, timing out too aggressively can put us in a fork loop and slow down the system. Of course, the default is 60 seconds and most people do not bother to change it. --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 204bb7d..085ef70 100644 --- a/TODO +++ b/TODO @@ -2,8 +2,6 @@ * integration tests with nginx including bad client handling - * tests for timeout - * manpages (why do so few Ruby executables come with proper manpages?) == 1.1.0 -- cgit v1.2.3-24-ge0c7