Spring.Net how does WebApplicationContext.GetObject handle concurrent requests?

Posted by Alfamale on Stack Overflow See other posts from Stack Overflow or by Alfamale
Published on 2010-03-25T14:22:46Z Indexed on 2010/03/26 10:23 UTC
Read the original article Hit count: 184

Filed under:
|

Apologies if I have missed something obvious here but having gone through the documentation, forums and googled for a number of hours, I just can't find a definitive answer to the following questions:

How does the WebApplicationContext.GetObject() method handle concurrent requests? Are the requests serialized or executed in parallel? Is there any performance data available to demonstrate how it behaves under load?

Thanks in advance for your help,

Andrew

© Stack Overflow or respective owner

Related posts about spring.net

Related posts about concurrency