> > And cold fusion eats up 10x the memory that ASP did.  I
> > haven't even really run any programs except the sample ones
> > and the cfserver.exe was using 30 megs of ram on nt2k
>
> Jake,
>
> It's gotta be something in your setup.  We use CF for some
> very processor intensive apps, and we NEVER reach anywhere near
> that kind of RAM usage.  The most I've ever seen the meter
> hit was about 18meg - and I had the thing caught in a loop.
> (NT4.0 SP5 running CF Enterprise 4.01). I think you'll find
> CF quite capable of running the "complex" tasks mentioned by
> Steve as well as ASP.

If you're using CF 4.5.1, though, you will see the high memory usage
mentioned by Jake. 4.5 handles memory differently than previous versions.
For memory management, CF uses a third-party product called SmartHeap. In
4.5.x, SmartHeap doesn't release any memory back to the operating system as
it did in earlier versions.

This isn't necessarily a bad thing. The reason 4.5.x does this is to
eliminate the performance cost of releasing and reacquiring memory,
following the assumption that it will probably need the memory in the
future. CF isn't designed to share a server with other applications. As long
as you don't have any memory leaks in external components, including
database drivers, you shouldn't have any problems. If you do have memory
leaks, though, you'll end up cycling your server more than you'd like if you
run 4.5.x.

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

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to