-2
votes
0answers
109 views

How to implement HTTP /1.1Keep-alive feature in my web server [closed]

I am developing my web server. But I don't know how to add HTTP/1.1 Keep alive feature in my code. My task is I have to implement file-based multi-threaded web server with thread-pooling ...
2
votes
3answers
1k views

Are there any non-blocking web servers for Java?

I was studying about the infrastructure being used by Facebook, as I was developing a website based on social interaction for a university project. Facebook is using Tornado Web Server as its ...