Hello,

Suppose I have a singleton called MyClass which is retrieved through a call to 
ConnectionPool.getSharedInstance(). Suppose in an action I make a call to 
ConnectionPool.getSharedInstance() somewhere.

I understand that an action is always created new each time a request is made, but 
what about the other classes available? Does ConnectionPool remain alive, such that 
it's only created once for the entire duration of the session, and that it can be 
shared by other processes (i.e. other sessions)?

Cheers,

James


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to