Code

frontend: Trigger the main thread after putting a connection back in the list.
authorSebastian Harl <sh@tokkee.org>
Sat, 17 Jan 2015 19:24:22 +0000 (11:24 -0800)
committerSebastian Harl <sh@tokkee.org>
Sat, 17 Jan 2015 19:31:47 +0000 (11:31 -0800)
commit14995ae057e44be86d5586937920d9c3c485895d
tree02d6dd29aadc54b7ae87b5de92a31cdfdec8675a
parentfd919402b261f5e07e2348a7f22262893f41daf1
frontend: Trigger the main thread after putting a connection back in the list.

Else, we'd have pauses of up to a second (select timeout) between processing
subsequent requests from a client because the main thread didn't notice that
an open connection was put back into the waiting queue.
src/frontend/sock.c