Hello, I am working on the prototype of HTTP-based RESTful desktop solution to work with RDF data [1]. I have chosen the Restlet framework to implement our RESTful API [2, 3]. But I don't understand how to choice the appropriate server connector. It will be Apache MINA 1.1.5 (AsyncWeb is contained in that project already), Jetty 6.1 or Simple 3.1.3. I saw the benchmarks but didn't understand the significant differences between them. What the best choice for us? Why you use Simple HTTP engine instead of more supportable Apache MINA and Jetty? What the server connection have the best performance? We need the HTTP(S) 1.1 full support only.
[1] http://code.google.com/p/semap/ [2] http://code.google.com/p/semap/wiki/RESTfulAPISpecification [3] http://code.google.com/p/semap/wiki/EmbeddedHTTPServersSurvey -- Dmitry Ulanov dulanov(at)gmail.com http://dulanov.wordpress.com

