Hi Robert, I've asked a fellow Debian developer, Antoni Villalonga, for help on the CPU usage problem. He found that on line 65 in src/http.c nn_poll() is called with a zero timeout, resulting in a poll with zero blocking time, which in turn results in full CPU usage. The problem occurs immediately with the default session timeout of zero.
So the code needs to be modified to ensure that the timeout is always greater than zero. Regards, Carsten -- pound mailing list [email protected] https://admin.hostpoint.ch/mailman/listinfo/pound_apsis.ch
