Re: 100% CPU by epoll loop, while waiting for connection timeout

2016-07-25 Thread Tobias Vau
Hi Willy, 2016-07-20 21:08 GMT+02:00 Willy Tarreau <w...@1wt.eu>: > Hi Tobias, > > On Thu, Jul 14, 2016 at 04:52:29PM +0200, Tobias Vau wrote: >> Hi, >> >> a small follow up to an older thread from November 2015, where massive >> numbers of epoll_wait calls

100% CPU by epoll loop, while waiting for connection timeout

2016-07-14 Thread Tobias Vau
= 0 epoll_wait(0, {}, 200, 0) = 0 epoll_wait(0, {}, 200, 0) = 0 epoll_wait(0, {}, 200, 0) = 0 epoll_wait(0, {}, 200, 0) = 0 epoll_wait(0, {}, 200, 0) = 0 epoll_wait(0, {}, 200, 0) = 0 epoll_wait(0, {}, 200, 0) = 0 # [...] - Kind regards Tobias Vau