alcjzk / Webserv

0 stars 0 forks source link

Initial connection polling impl #1

Closed alcjzk closed 11 months ago

alcjzk commented 11 months ago

[x] Use a single poll() call to accumulate client connections and handle them [x] Implement task queue to keep track of pending i/o operations [x] Handle SIGINT to exit gracefully

Does not yet handle multiple ports but can be easily expanded to do so