[OS-webwork] Singletons within WW

2003-08-14 Thread James Pan
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

RE: [OS-webwork] Singletons within WW

2003-08-14 Thread Jason Carreira
n [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 14, 2003 2:32 PM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] Singletons within WW > > > Hello, > > Suppose I have a singleton called MyClass which is retrieved > through a call to ConnectionPool.getSharedInstance(