Hi, all!
I need to implement a simple web server that will handle simple GET
requests. Based on request server should do some actions and then answer the
client by giving him a file (some thing like file server). Files will be big
(~300-500 MB max) and i want to use NIO to be able to scale to many clients.
Questions: :)
1) can i use comet or some other grizzly based thing to implement this?
2) may be there is some other (may be non grizzly based) http
server/framework i can use to implement this?
p.s. sorry for my english
--
View this message in context: http://www.nabble.com/Question-about-http-on-grizzly-tp16846432p16846432.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.