Hi Rob Can you please read what I initially asked again, I'm not asking about new frameworks or web servers. I'm stating 4 points that need to be addressed in the EXISTING jdk6 web server. Again, if you disagree with any of these 4 points can you please state WHY and WHAT the alternative to the respective POINT is On Tuesday, 20 February 2018, 17:18:20 GMT, Rob McKenna <rob.mcke...@oracle.com> wrote: W.r.t. alternatives the HTTP serving landscape on the JVM is rich and diverse at this point. Projects worth a look include Grizzly, Netty, Jetty, Tomcat, Undertow, Rapidoid and the many cool frameworks build on top of these technologies. (e.g. Jooby, SparkJava, Play to name a few)
-Rob On 20/02/18 16:15, Ashton Hogan wrote: > These items are essential to keeping the server up to date and keeping the >code at Oracle clean and up to standard: > > 1. Update to HTTP22. Remove excess threads, only one thread is needed3. > Replace handler with a FIFO queue4. Clean up code, ideally with > http://elegantobjects.org principles > If you disagree on any of them please reply with why and what the alternative > should be