Re: Greg Wilkins' blog on async servlet API

2006-05-23 Thread Andy Piper
At 12:38 AM 5/20/2006, Remy Maucherat wrote: >Costin Manolache wrote: >>I agree, it's not very intuitive - but it's still good to understand it, >>and maybe learn from >>what we like and don't like it :-) It's hard to make something simple, >>intuitive, easy >>to implement, high performance, fl

RE: Greg Wilkins' blog on async servlet API

2006-05-22 Thread Irving, Dave
ginal Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED] > Sent: 20 May 2006 00:38 > To: Tomcat Developers List > Subject: Re: Greg Wilkins' blog on async servlet API > > Costin Manolache wrote: > > I agree, it's not very intuitive - but it's still

Re: Greg Wilkins' blog on async servlet API

2006-05-19 Thread Remy Maucherat
Costin Manolache wrote: I agree, it's not very intuitive - but it's still good to understand it, and maybe learn from what we like and don't like it :-) It's hard to make something simple, intuitive, easy to implement, high performance, flexible - all at the same time. The javadoc seems quite

Re: Greg Wilkins' blog on async servlet API

2006-05-19 Thread Costin Manolache
On 5/19/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: Costin Manolache wrote: > Thanks for the pointers. > > I don't know if this is the best forum to discuss this, but it's important > to be aware of existing solutions and try to stay close. > > I'm curious if someone could implement a common A

Re: Greg Wilkins' blog on async servlet API

2006-05-19 Thread Remy Maucherat
Costin Manolache wrote: Thanks for the pointers. I don't know if this is the best forum to discuss this, but it's important to be aware of existing solutions and try to stay close. I'm curious if someone could implement a common API ( with servlet-container specific implementations ) that wo

Re: Greg Wilkins' blog on async servlet API

2006-05-19 Thread Costin Manolache
Thanks for the pointers. I don't know if this is the best forum to discuss this, but it's important to be aware of existing solutions and try to stay close. I'm curious if someone could implement a common API ( with servlet-container specific implementations ) that would work in some of the con

RE: Greg Wilkins' blog on async servlet API

2006-05-19 Thread Andy Piper
WebLogic Server also supports this: http://edocs.bea.com/wls/docs91/javadocs/weblogic/servlet/http/AbstractAsyncServlet.html I think we would all be interested in a standard API for this kind of functionality. We are certainly interested in participating in the definition and implementation.

RE: Greg Wilkins' blog on async servlet API

2006-05-19 Thread Irving, Dave
Interesting article Of course, he missed one other existing implementation: http://asyncweb.safehaus.org If you're thinking of getting async services built in to Tomcat, I'd certainly be interested in jumping on board :o) D > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Greg Wilkins' blog on async servlet API

2006-05-18 Thread Costin Manolache
I saw it - not sure I understand ( and if I understand - I don't like it too much :-), but it would be great to have something common and not very complicated. Costin On 5/18/06, Yoav Shapira <[EMAIL PROTECTED]> wrote: Hola, Just an FYI likely to be of interest to readers of this list: Most