Re: Load Testing - what to look for and monitor/report

2012-02-12 Thread Dave Watts
We're doing performance analysis and looking for bottlenecks ... In that case, you want to test a single server only, at least to start. You'll need to define user paths that are most likely to be followed by users within the application, and define timers for each step of the user path (where

strip off HTML

2012-02-12 Thread Uwe Degenhardt
Hi list, with this code I want to strip off HTML coding of the field: XYSHORTDESC of a mySQL-table-field. It doesn't really work, since it is giving back blank fields after running, and I don't know why. Does anybody have a clue why or have an idea which ColdFusion function I can take to strip

Re: strip off HTML

2012-02-12 Thread Raymond Camden
There's quite a few things here a bit off. CFQUERY NAME=GetData datasource=1234 maxrows=1 Select ID,XYSHORTDESC FROM xyarticles /CFQUERY cfloop query=GetData startrow=1 endrow=#GetData.recordcount# cfsavecontent variable=str cfoutput#GetData.XYSHORTDESC#/cfoutput /cfsavecontent Why

RE: strip off HTML

2012-02-12 Thread andy matthews
Uwe... At a guess, I'd say that the * might be a little too aggressive. Try a plus instead: cfset textstr = REReplace(str,'[^]+','','all') andy -Original Message- From: Uwe Degenhardt [mailto:cf-t...@sdsolutions.de] Sent: Sunday, February 12, 2012 8:53 AM To: cf-talk Subject:

Re: Is this CF tutorial still valid?

2012-02-12 Thread Mary Jo Sminkey
I'm about to begin work with PayPal's IPN and, although I think I've got the gist of the process, I was wondering if this tutorial is still valid... http://tutorial23.easycfm.com/ Pretty much yes, other than where to find the IPN settings at PP (now under Profile - My Selling Settings I