We have it working on many shared sites. It is a hog though. It needs a lot more hardware. Java in general does. IMHP :)
Regards, Michael J. Sammut, Partner & CTO ________________________________________________ F O U R E Y E S P R O D U C T I O N S think | plan | create :: web site design & development http://www.foureyes.com E. [EMAIL PROTECTED] T: 718.254.9557 ext. 101 F: 718.254.0399 ----- Original Message ----- From: "CF-Talk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 3:04 PM Subject: CF-Talk-list V1 #169 > CF-Talk-list Thu, 12 Dec 2002 Volume 1 : Number 169 > > In this issue: > > RE: CFMX in shared hosting environment > SOT: Found Some Code which Will Kill CF (Was: Pure Virtual Functi on Call) > > > ---------------------------------------------------------------------- > > Date: Thu, 12 Dec 2002 14:12:33 -0500 > From: "Matt Liotta" <[EMAIL PROTECTED]> > Subject: RE: CFMX in shared hosting environment > Message-ID: <00ab01c2a212$6d11f680$6401a8c0@FREEWILL> > > What was the one stupid mistake? Hopefully not informing their customers > that CFMX doesn't work in a shared hosting environment. > > Matt Liotta > President & CEO > Montara Software, Inc. > http://www.montarasoftware.com/ > 888-408-0900 x901 > > > -----Original Message----- > > From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, December 12, 2002 2:02 PM > > To: CF-Talk > > Subject: Re: CFMX in shared hosting environment > > > > FYI...I've replied to Mike offline regarding the ISP in question. > They > > are > > a great ISP, but made 1 stupid mistake. So I don't want anyone > getting > > the > > wrong idea about them ;-) > > > > Bryan Stevenson B.Comm. > > VP & Director of E-Commerce Development > > Electric Edge Systems Group Inc. > > t. 250.920.8830 > > e. [EMAIL PROTECTED] > > > > --------------------------------------------------------- > > Macromedia Associate Partner > > www.macromedia.com > > --------------------------------------------------------- > > Vancouver Island ColdFusion Users Group > > Founder & Director > > www.cfug-vancouverisland.com > > ----- Original Message ----- > > From: "Mike Chambers" <[EMAIL PROTECTED]> > > To: "CF-Talk" <[EMAIL PROTECTED]> > > Sent: Thursday, December 12, 2002 10:48 AM > > Subject: RE: CFMX in shared hosting environment > > > > > > > could you tell us who your hosting provider is? > > > > > > and in general, when i comment on here it is within an official > > > capacity. if it is not, then i will be very explicit in pointing > that > > > out. > > > > > > mike chambers > > > > > > [EMAIL PROTECTED] > > > > > > > -----Original Message----- > > > > From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] > > > > Sent: Thursday, December 12, 2002 1:44 PM > > > > To: CF-Talk > > > > Subject: Re: CFMX in shared hosting environment > > > > > > > > > > > > From: "Jochem van Dieten" > > > > > > > > > > > > > > > > > > They might comment, but I doubt it will be in an official > capacity. > > > > > > > > > > > > > hehe....not looking to hang anybody...just want to be able to > > > > give the best > > > > possible advice to our clients. If it's not ready for shared > > > > hosting...no > > > > problem.....just want to know for sure. > > > > > > > > Bryan Stevenson B.Comm. > > > > VP & Director of E-Commerce Development > > > > Electric Edge Systems Group Inc. > > > > t. 250.920.8830 > > > > e. [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------- > > > > Macromedia Associate Partner > > > > www.macromedia.com > > > > --------------------------------------------------------- > > > > Vancouver Island ColdFusion Users Group > > > > Founder & Director > > > > www.cfug-vancouverisland.com > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| > 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 > This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. > > ------------------------------ > > Date: Thu, 12 Dec 2002 14:15:08 -0500 > From: "Haggerty, Mike" <[EMAIL PROTECTED]> > Subject: SOT: Found Some Code which Will Kill CF (Was: Pure Virtual Functi on Call) > Message-ID: <8854B38A8521584C9AEACE2BD23D4F4B019E287C@MBDA-DC1> > > To everyone on this list; > > Big thanks for the help in reference to the 'C++ Pure Virtual Function Call' > thread that began on this list about two weeks ago. > > The solution was a ultimately a tricky one; I ended up upgrading the CF4.5.0 > box to CF5 and found I was able to eliminate 99% of the problems. But > performance was still sub-optimal, and there was one page that was popping > up on my error logs intermittently. > > I spent some time today going through that page line by line, and discovered > the following innoculous-looking lines of code (that the guy who owned this > project before me wrote): > > <CFSET col1 = 123456789> > <CFOUTPUT>#numberformat(replace(decimalformat(col1), ",", "", "ALL"), > "_.______")#</cfoutput> > > They kill CF server dead. After being loaded about 10 - 20 times, the code > will eat up all available memory and resources on the server (warning: > evaluate this statement at your own risk). > > I think the problem is with the numberformat being passed a string, but I am > not really sure. Anyone have any guesses as to why this code is so lethal > yet will not throw an error on its own? > > M > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| > 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 > Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm > > ------------------------------ > > End of CF-Talk-list V1 #169 > *************************** > > >

