about summary refs log tree commit homepage
path: root/TUNING
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-05-03 16:16:48 -0700
committerEric Wong <normalperson@yhbt.net>2009-05-22 01:54:20 -0700
commitcfe5234e975b914e831907db77fee8f154950fc1 (patch)
tree543288827920242efecb58f1e7ae3aa16696b1de /TUNING
parent476751e32b8ae454829491ede68f4a062d4cec9f (diff)
downloadunicorn-cfe5234e975b914e831907db77fee8f154950fc1.tar.gz
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.
Diffstat (limited to 'TUNING')
0 files changed, 0 insertions, 0 deletions