imunhatep / rephp

RePHP test React server with coroutine event loop
9 stars 1 forks source link

Some connections are not autoremoved on close #1

Open imunhatep opened 10 years ago

imunhatep commented 10 years ago

For some reason, eventloop is left with not removed connections which have been closed. I cannot repeat that situation manually refreshing page, but after/while testing application with ab or siege tool, I can see such connections in Resource array.

imunhatep commented 6 years ago

Probably due to improperly closed socket on client side, thous keepalive OS settings should be configured. In the meantime, server connections keepalive check could be implemented.