Re: CF Memory problems?

2006-09-12 Thread powell
As ar as creating the XML that gets sent out to the webservice, I'm simply using a cfxml variable=mstring blah blah blah /cfxml followed by a call to TOSTRING I ripped out all of the code that created the intermediate query, and so far memory usage is staying under 100mb, as opposed to

RE: CF Memory problems?

2006-09-12 Thread Ryan, Terrence
Senior Systems Programmer Wharton Computing and Information Technology E-mail:     [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 10:50 AM To: CF-Talk Subject: Re: CF Memory problems? As ar as creating the XML

CF Memory problems?

2006-09-11 Thread powell
I have a CFMX script that continually comes close (and sometimes succeeds) in eating up all of the CFMX sever's memory. I've put tracking code in various places to watch the memory stats (using calls to CreateObject(java,java.lang.Runtime).getRuntime() ). I've also tried running (while

RE: CF Memory problems?

2006-09-11 Thread Ryan, Terrence
Subject: CF Memory problems? I have a CFMX script that continually comes close (and sometimes succeeds) in eating up all of the CFMX sever's memory. I've put tracking code in various places to watch the memory stats (using calls to CreateObject(java,java.lang.Runtime).getRuntime() ). I've also

RE: CF Memory problems?

2006-09-11 Thread Russ
AM To: CF-Talk Subject: CF Memory problems? I have a CFMX script that continually comes close (and sometimes succeeds) in eating up all of the CFMX sever's memory. I've put tracking code in various places to watch the memory stats (using calls to CreateObject(java,java.lang.Runtime

Memory problems with large arrays

2003-09-22 Thread Mark Kecko
I'm using three arrays to handele 34,000 items each. Two of the arrays are ints and the third is HTML code. I add each array to a query so I can access them later in my cfoutput statement. After I'm done with these arrays I clear them using arrayClear and resize them to 1 element. However

RE: Memory problems

2002-05-30 Thread Andre Turrettini
cfinsert and cfupdate can screw memory up in a hurry too! DRE -Original Message- From: David Hannum (Ohio University) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 9:40 PM To: CF-Talk Subject: Re: Memory problems The point I was making was not in defense of Access. I know

Memory problems

2002-05-29 Thread Owen Leonard
We've been having problems lately with our server running out of memory. I've gone over everything looking for unlocked session variables and cfx tags. We've increased the amount of RAM on the server. But still we're having problems, which seem manifest themselves first in errors generated by

RE: Memory problems

2002-05-29 Thread Costas Piliotis
the cold fusion services... -Original Message- From: Owen Leonard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 10:04 AM To: CF-Talk Subject: Memory problems We've been having problems lately with our server running out of memory. I've gone over everything looking for unlocked

RE: Memory problems

2002-05-29 Thread Wallick, Mike
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 12:10 PM To: CF-Talk Subject: RE: Memory problems That's a known Feature Schedule a task that restarts all the cold fusion services in the middle of the night using the command line net stop and net start commands. It's documented

RE: Memory problems

2002-05-29 Thread Philip Arnold - ASP
We've been having problems lately with our server running out of memory. I've gone over everything looking for unlocked session variables and cfx tags. We've increased the amount of RAM on the server. But still we're having problems, which seem manifest themselves first in errors

RE: Memory problems

2002-05-29 Thread Costas Piliotis
Yup. It's called Cycle.bat Forgot about that... -Original Message- From: Wallick, Mike [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 10:12 AM To: CF-Talk Subject: RE: Memory problems I think in the cfusion\bin directory there is a batch file provided that sets up your

Re: Memory problems

2002-05-29 Thread Owen Leonard
So, the consensus is Access is the problem! I wonder if the memory problems have gotten worse in the past couple of months because of the growing size of the database? I think in the cfusion\bin directory there is a batch file provided that sets up your scheduler to restart cf services at 2am

RE: Memory problems

2002-05-29 Thread Wallick, Mike
problems So, the consensus is Access is the problem! I wonder if the memory problems have gotten worse in the past couple of months because of the growing size of the database? I think in the cfusion\bin directory there is a batch file provided that sets up your scheduler to restart cf services

RE: Memory problems

2002-05-29 Thread Rob Baxter
- From: Owen Leonard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 2:43 PM To: CF-Talk Subject: Re: Memory problems So, the consensus is Access is the problem! I wonder if the memory problems have gotten worse in the past couple of months because of the growing size of the database? I

Re: Memory problems

2002-05-29 Thread Dave Hannum
. Dave - Original Message - From: Owen Leonard [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 29, 2002 2:42 PM Subject: Re: Memory problems So, the consensus is Access is the problem! I wonder if the memory problems have gotten worse in the past couple of months

Re: Memory problems

2002-05-29 Thread Owen Leonard
1) How big are you access dbs? After a couple million records access tends to go belly up... The biggest offender is 20 MB, with over 200 tables. Is that a couple million records across all tables? 2) are you using connection pooling? Access memory leaks will kill you if you have the

RE: Memory problems

2002-05-29 Thread Rob Baxter
Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 3:09 PM To: CF-Talk Subject: Re: Memory problems Owen, I doubt that the size of your files is the problem. Michael D. runs the CF-talk list with an Access database (or did until just recently). Have you got

Re: Memory problems

2002-05-29 Thread Jacob
with Windows 2000, CF 5, and SQL 2000. I can sleep at nights with worry. Sometime it is so quiet that I have to go to the server just to make sure it is still going. And it is. At 02:42 PM 5/29/2002 -0400, you wrote: So, the consensus is Access is the problem! I wonder if the memory problems have

RE: Memory problems

2002-05-29 Thread Timothy Heald
: Wednesday, May 29, 2002 4:57 PM To: CF-Talk Subject: Re: Memory problems I agree. We had Access for our database and had nothing but problems with memory leaks. Had to reset the cold fusion service at least 4 to 6 times a day. Moved to SQL 7.0. What a different. Less headaches

RE: Memory problems

2002-05-29 Thread Jacob
: Memory problems I agree. We had Access for our database and had nothing but problems with memory leaks. Had to reset the cold fusion service at least 4 to 6 times a day. Moved to SQL 7.0. What a different. Less headaches and resets. Went from 6 resets a day to maybe one

RE: Memory problems

2002-05-29 Thread Timothy Heald
-Original Message- From: Jacob [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 5:05 PM To: CF-Talk Subject: RE: Memory problems LOL... I agree. SQL server is one of the MS products I do like, which is not that many to begin with. We were going to jump from access to oracle

Re: Memory problems

2002-05-29 Thread David Hannum \(Ohio University\)
of Access ASAP too, but until he can, there are other things he can try. Dave - Original Message - From: Rob Baxter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 29, 2002 3:38 PM Subject: RE: Memory problems Well, why do you think he's moving the list archive out

RE: cfx_image memory problems

2002-03-25 Thread Robert Everland
Have you tried using cflock around the tag? The tag may not be thread safe, so locking it would allow only one person to access it at a time. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent:

RE: cfx_image memory problems

2002-03-25 Thread Brunt, Michael
An elephant is a mouse with an operating system. -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 10:21 AM To: CF-Talk Subject: RE: cfx_image memory problems Have you tried using cflock around the tag? The tag may not be thread safe, so

RE: cfx_image memory problems

2002-03-25 Thread Brook Davies
25, 2002 10:21 AM To: CF-Talk Subject: RE: cfx_image memory problems Have you tried using cflock around the tag? The tag may not be thread safe, so locking it would allow only one person to access it at a time. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire

RE: cfx_image memory problems

2002-03-25 Thread Robert Everland
]] Sent: Monday, March 25, 2002 2:11 PM To: CF-Talk Subject: RE: cfx_image memory problems Thanks Guys. I will try that, but right now, the app is a single user app, so could this really be the problem? Brook At 10:32 AM 25/03/02 -0800, you wrote: Robert you hit a very important point. In my

RE: cfx_image memory problems

2002-03-25 Thread Brunt, Michael
- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 11:11 AM To: CF-Talk Subject: RE: cfx_image memory problems Thanks Guys. I will try that, but right now, the app is a single user app, so could this really be the problem? Brook At 10:32 AM 25/03/02 -0800, you wrote