Skip to content

SocketPool kqueue / epoll

Compare
Choose a tag to compare
@swhitty swhitty released this 18 Oct 07:13
· 239 commits to main since this release
8ef9edd
  • kqueue(2) / epoll(7) events are now used to suspend and resume socket using SocketPool<EventQueue>
  • SocketPool<EventQueue> is now the default pool used by HTTPServer
  • PollingSocketPool has been replaced by SocketPool<Poll>
  • Windows uses SocketPool<Poll>
  • Moved HTTPLogging to FlyingSocks.Logging enabling logs within sockets and pools.
  • Decreased compilation time