Skip to content
  • Howard Chu's avatar
    Simplify write waiter handling · 88d22a1c
    Howard Chu authored
    Writer threads do their own wait using select/poll instead of
    asking the listener thread. Eliminates one mutex+one condvar
    per conn plus multiple wakeups of the listener thread. Also
    fixes writetimeout to wait an exact time, instead of the
    approximation used in the listener thread.
    88d22a1c