WAFer icon indicating copy to clipboard operation
WAFer copied to clipboard

Better non-blocking socket reading

Open riolet opened this issue 11 years ago • 0 comments

As @MagicalTux explained in issue #19, our select() is not very effective since "While this new method allows a single worker to process multiple requests at the same time, it is quite unlikely to happen - especially since the process() method will not return the processing of that query is done."

riolet avatar Jul 27 '14 23:07 riolet