At 11:33 AM 5/3/2005, Rasmus Lerdorf wrote: >Turn on accept filtering and this problem goes away. Or at least >it moves to be a kernel-level issue instead of an Apache one.
Of course this solution is also much more performant and less of a resource hog. The problem with your issue is that to measure each little packet against a reference time (start of request) you have to keep querying the system time, which could become very resource intensive.
