[jboss-user] [JBoss Seam] - Re: Question about concurrent-request-timeout

norman.richards@jboss.com do-not-reply at jboss.com
Tue Dec 26 15:43:39 EST 2006


On the earlier question, concurrent request timeout is the timeout on concurrent requests in the same conversation.  Seam serializes client requests in a session.  If a second request comes in while another is still active, the request will block for concurrent-request-timeout ms.  

The conversation-timeout is what determines the conversation timeout.  It is a couple orders of magnitude larger.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996331#3996331

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996331



More information about the jboss-user mailing list