Konstantin Kolinko wrote:
> 
> 2011/4/15 killbulle <marco.go...@gmail.com>:
>>
>> Hi the list,
>> i have a  problem with asyncServlet with tomcat 7.0.11/.12
>> i have an async servlet who return a 400 ,
>> i'am pretty sure that i do the startAsync et async.complete are called,
>> but
>> when i follow the request flow in debugger, it seem that request.recycle
>> is
>> not called(coyoteAdapter.service)
>> so following request are getting wrong mapping.
>> Does i ' need to call another méthod in the async model ?
>> Regards marc
> Do you have a simple example (sample code) that reproduces your problem?
> 
> not yet but i will do my best to isolate my problem et give it you a
> sample !!
> i'am using new  tomcat7 BIO.
> For the moment the only thing i can tell you is that after my
> async.complete()
> i 'am in the coyoteAdater.service:348
> and after my std retrun as i'am in async==true( in CoyoteAdapter.java:440)
>  it continue without recycle
> the request(connector) 
> perhaps i miss a the cleaning path.
> Regards
> 
>  What is configuration of your connectors?
> 
> 
> 
> What connector implementation are you using? (bio vs nio vs apr). It
> is displayed in the logs when Tomcat starts up, e.g. "Initializing
> ProtocolHandler " + name.
> 
> Best regards,
> Konstantin Kolinko
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Async-servlet-et-Request.recycle-problem-tp31404432p31406283.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to