Hi All,

I have created a small app using the java's base HTTP server shiped
with JDK.
I observed that the HTTP requests cannot execute simultaneously. For
eg, my request 1 is blocking my request 2. As soon as I unblock the
request, other request gets completed.

Does this HTTP Server provides concurrency?

If yes, Its very difficult to believe that a HTTP severs does not
provide concurrency :(

~Abhay


-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to