Re: Memory Leakage

2002-10-18 Thread James Sleeman
Dave Watts wrote: You might see if there are any documented problems with the specific database drivers that you're using, or if there's a newer version of those drivers. Mmm, should have mentioned it is using an MS SQL 2000 database (standard drivers as from Mr Gates), a quick googling

RE: Memory Leakage

2002-10-18 Thread Dave Watts
You might see if there are any documented problems with the specific database drivers that you're using, or if there's a newer version of those drivers. Mmm, should have mentioned it is using an MS SQL 2000 database (standard drivers as from Mr Gates), a quick googling finds no

RE: Memory Leakage

2002-10-18 Thread Tilbrook, Peter
You might see if there are any documented problems with the specific database drivers that you're using, or if there's a newer version of those drivers. Mmm, should have mentioned it is using an MS SQL 2000 database (standard drivers as from Mr Gates), a quick googling finds no

RE: Memory Leakage

2002-10-18 Thread Jared Clinton
and seeing if it makes a difference. Theres probably heaps of other stuff to check, but not off the top of my head. Regards, Jared Clinton NEC Australia -Original Message- From: James Sleeman [mailto:bitsy_boffin;phreaker.net] Sent: Friday, 18 October 2002 1:10 PM To: CF-Talk Subject: Re: Memory

RE: Memory Leakage

2002-10-18 Thread chris.alvarado
PM To: CF-Talk Subject: Re: Memory Leakage I would check your persistent variables. Make sure you're properly locking _all_ session, application and server variables you may be using. Check the timeout's on those variables also -- as a for instance, if you have the maximum duration for session

RE: Memory Leakage

2002-10-18 Thread Lee Fuller
Try updating to the latest MDAC as well. This may help | -Original Message- | From: James Sleeman [mailto:bitsy_boffin;phreaker.net] | Sent: Thursday, October 17, 2002 2:56 PM | To: CF-Talk | Subject: Memory Leakage | | | Hi all, | I have a site that has a little problem

RE: Memory Leakage

2002-10-18 Thread Costas Piliotis
Subject: RE: Memory Leakage Try updating to the latest MDAC as well. This may help | -Original Message- | From: James Sleeman [mailto:bitsy_boffin;phreaker.net] | Sent: Thursday, October 17, 2002 2:56 PM | To: CF-Talk | Subject: Memory Leakage | | | Hi all, | I have a site that has