Hi John, I have used Apache MINA in one of the project that I'm working for about 5 months. I'm talking here about a file server. The server is providing a REST API for other services to use for storing/retrieving files.
Moved the implementation in first phase to Netty, give us performance improvements. Adding Restlet on top of Netty give us a simple way to provide same REST API with plugable authentication. We are in a alpha phase with new implementation but till now we did not encounter issues with Netty. There are some numbers regarding performance on Netty site: http://jboss.org/netty/performance.html Br, Gabi ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2398738

