Re: max number of concurrent requests(update)

2009-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, On 8/3/2009 5:32 PM, jpdelato...@pucp.edu.pe wrote: > Any body has experience with long running request (for example:those > which wait for an event)?if the answer is yes, i would like to know what > is maximum number of concurrent long runnin

RE: max number of concurrent requests(update)

2009-08-03 Thread Martin Gainty
El uso de características no bloqueando requiere usando los conectadores del HTTP de ABRIL o del NIO. El conectador clásico del HTTP de java.io y los conectadores de AJP no los apoyan. Lea por favor la configuración basada acontecimiento para los conectadores asincrónicos del NIO en http://tomc