On Thu, 9 Dec 2004 15:45:18 -0500, Ronald West <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I was wondering if anyone (Steve) could give me some more information about
> the performance of cfexecute on Linux with MX?  I was told that the
> cfexecute tag is implemented using fork() and that each call can consume
> 100's of MB of memory?  Is there any truth to this claim?
> 
> We have a few customers running on a couple load balanced high performance
> Linux boxes that should have no difficulties handling the type of load they
> are receiving, however, they fail over quite frequently during the day.
> 
> We do utilize cfexcute for some tasks they perform and if this memory
> problem is true I would love to send them some code to use a Java execute
> instead.
> 

I'm not Steve, but I can definitely vouch for this problem. We were
using it to make a simple external call to a program and, running top,
you could see the entire parent process (JRun, in this case)
duplicated just to run the external program, including RAM. Search the
archives for more details as this has come up a couple of times now.
Essentially: Do not use cfexecute on *nix systems, whether it be Linux
or Solaris.

Regards,
Dave.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:14:3767
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/14
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:14
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to