> From: Mark Winslow [mailto:[EMAIL PROTECTED] > Subject: RE: Connection pooling verse one connection per session > > Sorry, just had one other question about the use of > static variables. Can this really be a problem? I > thought that a static variable only gets a single copy > per JVM/Context. For instance the use of static > variables to define formats shouls save on memory > usage shouldn't it?
I didn't mean to imply earlier that all static variable usage was bad, just that it can be easily abused in a fashion that leads to memory leaks. The usages you've outlined seem quite appropriate. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
