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
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 sug
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
request
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 consuming
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
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, many
filters will be init