I think comet does not use APR. Comet is pure Java code that uses NIO
(java.nio).
APR handles keep-alive using non-blocking native io (not java.nio)
Wednesday, November 22, 2006, 6:31:41 AM, you wrote:
JK> Hi everybody,
JK> This jayant from iTG Pvt. Ltd. India. I want to use the new feature come
Hi everybody,
This jayant from iTG Pvt. Ltd. India. I want to use the new feature comet of
Tomcat 6.0. to use that feature I have to use NIO connector or APR. but the
lack of documentation I couldn't understand how to use APR, could any body
suggest me how to do all settings for using APR in windo