> > > Recently I have started working on a large application.
> > > I started noticing that when the coldfusion server is on,
> > > I wil not have enough buffer space to run any other major
> > > programs unless I shut down the coldfusion server. Is there
> > > a patch or something I need to do to stop this.
> >
> > The CF server will consume whatever memory is available as
> > it needs it, and if you're using CF 4.5.1, it won't release any
> > memory until the service is stopped and restarted. Typically,
> > you don't want to put any other "major" programs on a machine
> > that's running an application server, especially under NT.
>
> OK, then if we don't have the resources to have multiple servers, is
> there a program that can watch for "memory overload" and restart CF?
Yes, there are programs like that. You can even cobble something like that
together yourself, using Performance Monitor and freeware tools. However, on
a stable configuration, there shouldn't be any "memory overload". The CF
server will consume the memory it needs, but it should get to a point where
it doesn't need any more, and will simply reuse what it has already
consumed. If the server has enough physical memory, and you don't have any
memory leaks caused by ODBC drivers or third-party components, everything
should be OK.
My point was that you probably don't want to run anything else on the NT
server that's running CF.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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.