Re: [Resin-interest] Does Resin comet support work with non-blocking IO?

2008-05-06 Thread Tim Perrett
Hey Scott As long as you're returning from the resume call, the comet support doesn't use a thread. So there's no blocking I/O at all, and thread- max shouldn't apply. So to clarify, after a call is suspended, it returns the thread to the thread pool? Cheers Tim

Re: [Resin-interest] Ant and JSPCompiler

2008-05-06 Thread rafael.munoz
Thank you a lot. This work like a charm :) Mattias Jiderhamn-4 wrote: Try target name=precompile-jsp description=precompile jsp echo message=precompiling JSPs: app-dir=${home.war}/ java classname=com.caucho.jsp.JspCompiler fork=true classpath refid=resin.classpath /

Re: [Resin-interest] Does Resin comet support work with non-blocking IO?

2008-05-06 Thread Scott Ferguson
On May 6, 2008, at 1:22 AM, Tim Perrett wrote: Hey Scott As long as you're returning from the resume call, the comet support doesn't use a thread. So there's no blocking I/O at all, and thread- max shouldn't apply. So to clarify, after a call is suspended, it returns the thread to the

[Resin-interest] Resin 3.1.6

2008-05-06 Thread Scott Ferguson
Resin 3.1.6 is now available. The 3.1.x tree is now the stable version and will contain only bug fixes. New development will go into the 3.2.x tree. The release notes are at http://caucho.com/resin/changes/resin-3.1.6.xtp The detailed changelog is at