Hello Pete, Thanks for the reply. Is there some code or config sample that tells me how to do the same in my servlet container? I have a set up wherein Apache sits in front of Resin. So, if I do put in MINA in my servlet container (or would it be that I have to write this logic in my servlet?), wouldn't the connection between Apache and Resin/ Tomcat still be a blocking call? Thanks Sumit
peter royal <[EMAIL PROTECTED]> wrote: On Mar 6, 2007, at 5:49 PM, Sumit Nigam wrote: > I was wondering if I could somehow "sneak in" MINA with its NIO > capabilities to my existing Resin/ Tomcat. I may not be able to > write a full-fledged server with MINA as yet, but may need to see > if it is still possible to use it with my existing Resin/ Tomcat. Yes, you can use MINA in a servlet container. Since it launches threads, it would break the rules on a full J2EE container, but just a servlet container is fine. -pete -- [EMAIL PROTECTED] - http://fotap.org/~osi --------------------------------- Don't pick lemons. See all the new 2007 cars at Yahoo! Autos.
