> We are running a relatively lightweight spectra 1.0.1 app 
> using ColdFusion 4.1.5SP2. Over a period of a week or so, 
> the memory usage of the cfserver process has been steadily 
> increasing from 41MB to 170MB. Surely this can't be right.
> 
> I suspect verity is to blame here, because I honestly would 
> not know what else could cause the memory leaks. Does anyone 
> know how cf behaves if collections are being searched and 
> updated or optimized at the same time? This looks to me the 
> most likely candidate for leaks.

In prior versions of CF, bad things would happen if you searched a
collection while it was being indexed or optimized. To deal with this
problem, we'd use leapfrogging index schemes, where one collection would be
used for searches while another identical collection could be reindexed.

In any case, you might have problems with your database driver. You're using
long-text capability, which is likely to show memory problems quicker. I've
seen these sorts of problems with database drivers before quite often.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to