14 Oct
2005
14 Oct
'05
2:37 p.m.
Joe Maimon <jmaimon@ttec.com> wrote:
With your fix for this issue, the server sometimes logs hundreds of sleeping(it means select) for 0 seconds messages (in a row).
Should the server ever select for 0 seconds?
No. It's a bug. It's in 1.0.x, too, and I can't figure out what code path creates the problem. The solution is to go to a state-driven approach. I've done some analysis, but I'm not sure how best to implement it. Alan DeKok.