]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: avoid signals for long responses
authorEric Wong <e@80x24.org>
Fri, 25 Sep 2015 02:27:57 +0000 (02:27 +0000)
committerEric Wong <e@80x24.org>
Fri, 25 Sep 2015 02:29:09 +0000 (02:29 +0000)
commit79d8bfedcdd27a9163a64593ff9bac4bb2202fbd
tree956a98a6fba4c150dfe929418a6abf37b6fa9b08
parent2e500cb8421e73947bc961ee57d8d57efacae394
nntp: avoid signals for long responses

Using a signal-based timer can hurt throughput on a machine that's
overloaded.  Ensure there's always forward progress and reduce the
number of syscalls we make, too.
lib/PublicInbox/NNTP.pm