Re: [GSOC] Filters Async Support in Servlet 3.0

2009-04-06 Thread Filip Hanik - Dev Lists
Anas Ahmed wrote: Two Scenarios of thread per request :- 1- if the request send directly to server without filter:- When a connection is idle between requests, the thread can be recycled, and the connection is placed in a centralized NIO select set to detect new

Re: [GSOC] Filters Async Support in Servlet 3.0

2009-04-06 Thread Mark Thomas
Mark Thomas wrote: Anas Ahmed wrote: I wrote proposal for the second project improve the JMX support within Apache Tomcat i'm waiting for your feedback and i need your advice about which project i have to put my focus because i'm student and the time is valuable My suggestion (but

Re: [GSOC] Filters Async Support in Servlet 3.0

2009-04-06 Thread Mark Thomas
Anas Ahmed wrote: I wrote proposal for the second project improve the JMX support within Apache Tomcat i'm waiting for your feedback and i need your advice about which project i have to put my focus because i'm student and the time is valuable My suggestion (but it is only a

RE: [GSOC] Filters Async Support in Servlet 3.0

2009-04-05 Thread Anas Ahmed
Two Scenarios of thread per request :- 1- if the request send directly to server without filter:- When a connection is idle between requests, the thread can be recycled, and the connection is placed in a centralized NIO select set to detect new requests without

Re: [GSOC] Filters Async Support in Servlet 3.0

2009-04-03 Thread Mark Thomas
anas Ahmed wrote: Hello all, As i have read from Servlet 3.0 specification about filters A Filter and the target servlet or resource at the end of the filter chain must execute in the same invocation thread. This mean if there are many Async Requests which are connected to filters,