6 ms·
Hey, http-kit can be used to from java directly: https://github.com/http-kit/http-kit/blob/master/test/java/org/httpkit/server/MultiThreadHttpServerTest.java h
by shenedu 14y ago
Hey, http-kit can be used to from java directly:
https://github.com/http-kit/http-kit/blob/master/test/java/org/httpkit/server/MultiThreadHttpServerTest.java https://github.com/http-kit/http-kit/blob/master/test/java/o...
Not recommended! The API is very lowlevel.
Maybe you can try to tweak the max allowed open file to a larger value. The default is about 1024, that how you just get 1000(I guess). Jetty is quite good at concurrency, you can double check it.
Why not try Clojure? Your web dev's productivity increase by few times instantly.
- nqzero 14y agolooks good. my application (database-ish) is in java and i haven't worked on any bindings yet. just trying to put together a demo that shows off the concurrency