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 > > > > > > > > > > > Note the extra ${home.war} in the arg line which means "compile this dir > (and subdirs)". > > /Mattias Jiderhamn > > > ___

Re: [Resin-interest] Ant and JSPCompiler

2008-05-06 Thread rafael.munoz
Thank you a lot for your answer. Your solution works but Mattias send a better and elegant way to do it that works perfectly: BUSCH Steffen wrote: > > I think the Resin 3.0 JspCompiler needs the JSP files as arguments. We > have accomplished that in this wa

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

Re: [Resin-interest] [Q] Why isn't resin binding to 6800 when it's started with "start"?

2008-05-06 Thread Maurice Volaski
Here's strace output from 3.1.6. without start, which works 25237 gettimeofday({1210100134, 550704}, NULL) = 0 25237 access("/opt/sun-jdk-1.6.0.06/jre/lib/ext/meta-index/com/caucho/vfs/JniServerSocketImpl.class", R_OK) = -1 ENOTDIR (Not a directory) 25237 access("/opt/resin/com/caucho/vfs/JniS

[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 http://caucho.com/resin/changes/changes.x