Arnav2Prasad / HTTP-Server

2 stars 0 forks source link

Too many requests #1

Open Arnav2Prasad opened 3 weeks ago

Arnav2Prasad commented 3 weeks ago

What if 1000's of clients wants to connect to the server? Possibly we would need to use queue data structure to handle first come first service or would not need to service via priority acting as a buffer.

Arjun-Deodhar commented 3 weeks ago

Yes surely

And since HTTP/1.1 that we are implementing IS a "first come first serve" protocol, we will certainly need to use a queue