> Found I can bring down our MX server where cfwddx is used. This is a known problem, i am not sure if MM is doing anything about it. Some MM folks here might be able to answer the status on the cfwddx issue.
Joe Eugene > -----Original Message----- > From: Buckland, Ramon [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 20, 2003 8:31 PM > To: CF-Talk > Subject: CFMX crashes with high load on cfwddx > > > Hi, > > Found I can bring down our MX server where cfwddx is used. > > In a nut shell, > obtain wddx string and convert it. > > <cfwddx action="WDDX2CFML" input="#wddxPacket#" output="st_RS"> > > We use WDDX all over the site as our data layer > by retreiving through cfhttp. > > I tested the cfhttp connections but it all came down to this example. > (no cfhttp at all) > > ------------------------------------- > <cfset wddxPacket = "<wddxPacket > version='1.0'><header/><data><struct><var > name='STATUS'><string>1</string></var><var > name='RETURNCODE'><string>no_db</string></var></struct></data></wd > dxPacket>"> > <cfwddx action="WDDX2CFML" input="#wddxPacket#" output="st_RS"> > > ------------------------------------- > Put that in a cfm file and ... > > Stress testing pages by holding down ,CTRL-R in a browser (IE) > the server stops resonding. > > + From a fresh restart it takes about 5 minutes to bring the server down > + From a page with many wddx conversions, I am able to bring the server > down in about 5 seconds. > > * WARNING * This crashes my Dev MX Server on IIS > PIII 1.4Ghz , 1.3G RAM > IIS5 Win2k All latest patches from MS as of 10 hrs ago. > MX Updater 3 > > Please tell me I can fix this with config changes :-) > > Symptoms of the crash are: > MX stops responding, IIS keeps purring > Restart MX a few times and eventually, IIS stops as well > (I even had inetinfo hang and not die until I restarted IIS > Admin Service) > > suggestions ? > > > > - NOTICE - > > This message may contain confidential, proprietary or legally privileged > information and is intended only for the use of the addressee named above. > No confidentiality or privilege is waived or lost by any mistransmission. > If you are not the intended recipient of this message you are hereby > notified that you must not use, disseminate, copy it in any form or take > any action in reliance on it. If you have received this message in error > please delete it and any copies of it and notify CREDIT SUISSE > ASSET MANAGEMENT > immediately. > > Any views expressed in this message are those of the individual sender, > except where the message specifically states otherwise and the sender is > authorized to state them to be the views of CREDIT SUISSE ASSET > MANAGEMENT. > > CREDIT SUISSE GROUP, CREDIT SUISSE FIRST BOSTON, and each legal entity in > the CREDIT SUISSE FIRST BOSTON or CREDIT SUISSE ASSET MANAGEMENT business > units of CREDIT SUISSE FIRST BOSTON reserve the right to monitor > all e-mail > communications through its networks. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

