Hi, I'm developing an http servlet container with Mina handling the networking. I ran into a problem with http requests from Firefox that I traced down to Mina.
My application responds to http requests from IE and Safari very quickly. Howver, it takes an extra 500-1000ms to respond to Firefox requests. I couldn't find anything wrong with my app (it's fairly simple). I replaced mina with a simple java socket implementation and it responded Firefox just as quickly as IE and Safari (<10ms). Is this a problem with Mina or could it be an NIO issue? Thanks, Jasen
