users@grizzly.java.net

CommetEngine processing chain

From: felixx <dolaru_at_sympatico.ca>
Date: Thu, 16 Apr 2009 08:47:57 -0700 (PDT)

Hi all,
I've noticed that CommetEngine is involved in ALL the requests hitting a web
app. Any request to any servlet or even to get static resources (images)
engages the comet engine. For example for images i see
handle(AsyncProcessorTask apt) being invoked and the topic is
'myAppPath/images/xyz.png'.
The request is not suspended but still, is this the normal behavior? I'm
thinking about the performace hit if all the requests (static resources
included) are served via this chain. Is it possible to register the comet
chain only for a specific path pattern and the do the context registration?
Thanks.
-- 
View this message in context: http://www.nabble.com/CommetEngine-processing-chain-tp23080764p23080764.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.