RanniSch / webserv

0 stars 2 forks source link

• Ask if they use only one select() (or equivalent) and how they've managed the server to accept and the client to read/write. #85

Closed LukasKava closed 10 months ago

LukasKava commented 10 months ago

We use only one Poll we monitor the sockets that are made specifically for accepting the incoming connections and then we accept the connection.