This content has been marked as final.
Show 2 replies
-
1. Re: Async IO not working with HTTPEventServlet on Jboss 5.1
jfclere Mar 12, 2013 4:01 AM (in response to ramkrishnag)Did you based your work on http://docs.jboss.org/jbossweb/7.0.x/aio.html ?
I think your code misses case EVENT: and should use isWriteReady() to make sure it can write.
-
2. Re: Async IO not working with HTTPEventServlet on Jboss 5.1
ramkrishnag Mar 13, 2013 3:27 AM (in response to jfclere)Used the example from above link. And I am using Jbossweb-2.1.19 version. It is still not working with EVENT:.
Also Response is sent to browser only on event.close() , otherwise writer.flush is not working. Please let me know if any required params in APR connector.