RE: Quick question on custom tags

2002-06-02 Thread Raymond Camden
t; Sent: Thursday, May 30, 2002 1:17 PM > To: CF-Talk > Subject: RE: Quick question on custom tags > > > Actually, you can.. > > > blah blah > > > Works well. > > > On Thu, 30 May 2002, Rob Baxter wrote: > > > One problem with cfmodule is th

RE: cf_ vs cfmodule (was: Quick question on custom tags)

2002-05-31 Thread todd
> > Not all the time - the 4.5 one is faster on WSP, but since it's CF doing > the work, how can WSP effect it? Depends if there's a bottle neck between WSP / CF doesn't it? Just curious. __ This list and all House of Fusion

RE: cf_ vs cfmodule (was: Quick question on custom tags)

2002-05-31 Thread Philip Arnold - ASP
> If I'm reading this correctly, the ones where CF_ is slower > is on Website Pro. Not all the time - the 4.5 one is faster on WSP, but since it's CF doing the work, how can WSP effect it? > OT: Is Website Pro even supported? What's the big hoopla about it? I > keep hearing about it, but ... I

RE: cf_ vs cfmodule (was: Quick question on custom tags)

2002-05-31 Thread todd
If I'm reading this correctly, the ones where CF_ is slower is on Website Pro. OT: Is Website Pro even supported? What's the big hoopla about it? I keep hearing about it, but ... I didn't see anything different than just running Apache, etc. ~Todd On Fri, 31 May 2002, Philip Arnold - ASP

RE: cf_ vs cfmodule (was: Quick question on custom tags)

2002-05-31 Thread Philip Arnold - ASP
> > Can I ask, which version of the server this is? In CF4 and 4.5, I know > > it's true, not done extensive (only simple) testing on 5 and > > not touched MX for this yet > > Testing was done on W2K Pro/IIS/CF5. OK, here's something VERY strange I tested it on 4 servers, each different hardware

RE: cf_ vs cfmodule (was: Quick question on custom tags)

2002-05-31 Thread Rob Baxter
the udf was cfincluded within the timed block but outside of the loop. -Original Message- From: Won Lee [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 2:52 PM To: CF-Talk Subject: RE: cf_ vs cfmodule (was: Quick question on custom tags) How did you call the UDF? Was the UDF

RE: cf_ vs cfmodule (was: Quick question on custom tags)

2002-05-31 Thread Won Lee
e custom tag. > >results: > >10,000 calls in 1833 ms, or about 9 times as fast as cfmodule! > > > >-Original Message- >From: Zac Spitzer [mailto:[EMAIL PROTECTED]] >Sent: Friday, May 31, 2002 1:40 PM >To: CF-Talk >Subject: Re: cf_ vs cfmodule (was: Quick que

RE: cf_ vs cfmodule (was: Quick question on custom tags)

2002-05-31 Thread Rob Baxter
1:40 PM To: CF-Talk Subject: Re: cf_ vs cfmodule (was: Quick question on custom tags) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 |1 tag calls: |CF_ = 15262 ms |CFMODULE = 20509 ms ok compare that to a UDF function or just including the the file as an cfinclude and you will see why OO is

Re: cf_ vs cfmodule (was: Quick question on custom tags)

2002-05-31 Thread Zac Spitzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 |1 tag calls: |CF_ = 15262 ms |CFMODULE = 20509 ms ok compare that to a UDF function or just including the the file as an cfinclude and you will see why OO is nice but plain old linear code is fast lots of overhead with cfmodule z -BEGIN

RE: cf_ vs cfmodule (was: Quick question on custom tags)

2002-05-31 Thread Rob Baxter
-Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 1:25 PM To: CF-Talk Subject: RE: cf_ vs cfmodule (was: Quick question on custom tags) Can I ask, which version of the server this is? In CF4 and 4.5, I know it's true, not done exte

RE: cf_ vs cfmodule (was: Quick question on custom tags)

2002-05-31 Thread Shawn Grover
s cfmodule (was: Quick question on custom tags) Phillip, I'm not sure what you mean by "naturally faster due to the way it's calling the custom tag". Anyway, I got curious about this and rigged up a very simple test. I wrote a simple custom tag which just displays the current

RE: cf_ vs cfmodule (was: Quick question on custom tags)

2002-05-31 Thread Philip Arnold - ASP
cf_ vs cfmodule (was: Quick question on custom tags) > > > Phillip, > > I'm not sure what you mean by "naturally faster due to the > way it's calling > the custom tag". Anyway, I got curious about this and rigged up a very > simple test. I wrote a simple cust

cf_ vs cfmodule (was: Quick question on custom tags)

2002-05-31 Thread Rob Baxter
x27;ve seen here I have a hard time supporting the statement that cfmodule is faster than cf_. Anyway, it was a fun way to kill a half hour. -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 6:26 AM To: CF-Talk Subject: RE: Quick questi

RE: Quick question on custom tags

2002-05-31 Thread Philip Arnold - ASP
> Are there any internal implemenation details which make > cfmodule faster than the cf_ syntax, or was this what you > were refering to? Just curious... CFMODULE naturally runs faster than CF_, it's to do with the way it's calling the custom tag There are general issues with using CF_ and the s

RE: Quick question on custom tags

2002-05-30 Thread Brian Eckerman
I Just gotta say you guys are amazing, I just now checked back to see if there were any replies and was overwhelmed. Needless to say you answered my question and then-some. If any of you were in Archbold I'd buy you a Beer. p.s. Sorry about getting sappy, but free-flow of information brings a te

RE: Quick question on custom tags

2002-05-30 Thread todd
EMAIL PROTECTED]] > Sent: Thursday, May 30, 2002 12:54 PM > To: CF-Talk > Subject: RE: Quick question on custom tags > > > Nah, it works happily - in fact, should work better for you > > Philip Arnold > Technical Director > Certified ColdFusion Developer > ASP

RE: Quick question on custom tags

2002-05-30 Thread Rob Baxter
12:54 PM To: CF-Talk Subject: RE: Quick question on custom tags Nah, it works happily - in fact, http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/in

RE: Quick question on custom tags

2002-05-30 Thread todd
tionality when using > cfmodule. > > > > > > > -Original Message- > From: Pascal Peters [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 30, 2002 11:57 AM > To: CF-Talk > Subject: RE: Quick question on custom tags > > > This is not true. Y

RE: Quick question on custom tags

2002-05-30 Thread todd
u have 2 tags with the same name it will use the first one it finds > (you will see warnings about this in one of the server logs). > > > > -Original Message- > From: Eric J Hoffman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 30, 2002 11:14 AM > To: CF-Ta

RE: Quick question on custom tags

2002-05-30 Thread Philip Arnold - ASP
> Ah, thanks guys. I wasn't aware you could have > tag. Good to know. > > One question, and maybe this is what Pascal meant in his > original reply. > What happens if in my custom tag I call another > ? > Will the parser barf? Nah, it works happily - in fact, http://www.fusionauthority.com

RE: Quick question on custom tags

2002-05-30 Thread Dave Watts
> What happens if in my custom tag I call another > ? Will the parser barf? The only situation where you might have a problem is when you convert something like this to CFMODULE: Of course, if you do this: then CF will think that the closing CFMODULE goes with the second openi

RE: Quick question on custom tags

2002-05-30 Thread Rob Baxter
ECTED]] Sent: Thursday, May 30, 2002 12:27 PM To: CF-Talk Subject: Re: Quick question on custom tags Rob, You are incorrect, you can use the start stop ... Blah Blah works just fine with the execution modes. Paul Giesenhagen QuillDesign > One problem with cfmodule is that you cannot take a

RE: Quick question on custom tags

2002-05-30 Thread Dave Watts
> you're right, I just poorly phrased my answer. What I meant > was that you lose the ability to take action between the start > and end execution modes. Because I don't think when you call > cfmodule there is an end execution mode. That's not correct either, though. You have an end execution

Re: Quick question on custom tags

2002-05-30 Thread Paul Giesenhagen
t; From: Brian Eckerman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 30, 2002 10:05 AM > To: CF-Talk > Subject: Quick question on custom tags > > > Is it possible to call a custom tag that resides in a folder other than > the current folder. > > I am using but I woul

RE: Quick question on custom tags

2002-05-30 Thread Rob Baxter
o: CF-Talk Subject: RE: Quick question on custom tags This is not true. You can perfectly use the ThisTag scope with cfmodule. In fact, I do it all the time. You have to be carefull with nesting s. Pascal Peters Certified ColdFusion Advanced Developer Macromedia Certified Instructor LR Technologies Av.

RE: Quick question on custom tags

2002-05-30 Thread Pascal Peters
2 639 68 70 Fax: +32 2 639 68 99 Email: [EMAIL PROTECTED] Web: www.lrt.be -Original Message- From: Rob Baxter [mailto:[EMAIL PROTECTED]] Sent: donderdag 30 mei 2002 17:47 To: CF-Talk Subject: RE: Quick question on custom tags One problem with cfmodule is that you cannot take advantage

Re: Quick question on custom tags

2002-05-30 Thread Stephen Moretti
> > If you have more than one copy then name="commonfiles.formurl2attributes"> will do the trick... > Whoops... meant to say... where commonfiles is the directory under CustomTags where the file formurl2attributes.cfm lives. You can have multiple levels of directories by adding them with dot

RE: Quick question on custom tags

2002-05-30 Thread Rob Baxter
ssage- From: Eric J Hoffman [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 11:14 AM To: CF-Talk Subject: RE: Quick question on custom tags Use to call it.Regards, Eric J. Hoffman Director of Internet Development DataStream Connexion, LLC (formerly Small Dog Design) -Original Me

Re: Quick question on custom tags

2002-05-30 Thread Stephen Moretti
Brian, > > I am using but I would like to have one copy > residing in a "commonfiles" folder at root. > This would take something like <../cf_cf_formurl2attributes> right? It > doesn't seem to work. > If you've only got one copy of the tag in your custom tags directory, regardless of what sub

RE: Quick question on custom tags

2002-05-30 Thread Christine Lawson
02 11:12 AM To: CF-Talk Subject: RE: Quick question on custom tags Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Brian Eckerman [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 11:05 AM To: CF-Talk Subject: Quick questi

RE: Quick question on custom tags

2002-05-30 Thread Eric J Hoffman
Use to call it.Regards, Eric J. Hoffman Director of Internet Development DataStream Connexion, LLC (formerly Small Dog Design) -Original Message- From: Brian Eckerman [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 10:05 AM To: CF-Talk Subject: Quick question on custom tags

RE: Quick question on custom tags

2002-05-30 Thread Tony_Petruzzi
Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Brian Eckerman [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 11:05 AM To: CF-Talk Subject: Quick question on custom tags Is it possible to call a custom tag that

RE: Quick question on custom tags

2002-05-30 Thread Philip Arnold - ASP
> Is it possible to call a custom tag that resides in a folder > other than > the current folder. > > I am using but I would like to > have one copy > residing in a "commonfiles" folder at root. > This would take something like <../cf_cf_formurl2attributes> > right? It doesn't seem to work. You

Re: Quick question on custom tags

2002-05-30 Thread Kreig Zimmerman
- Original Message - From: Brian Eckerman To: CF-Talk Sent: Thursday, May 30, 2002 11:05 AM Subject: Quick question on custom tags Is it possible to call a custom tag that resides in a folder other than the current folder. I am using but I would like to have one

RE: Quick question on custom tags

2002-05-30 Thread Joshua Tipton
Put it in your custom tags directory on your server or use cfmodule. -Original Message- From: Brian Eckerman [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 11:05 AM To: CF-Talk Subject: Quick question on custom tags Is it possible to call a custom tag that resides in a folder

Re: Quick question on custom tags

2002-05-30 Thread todd
Unless it's in the global custom tags directory, no. The only other way is to call it via tag. On Thu, 30 May 2002, Brian Eckerman wrote: > Is it possible to call a custom tag that resides in a folder other than > the current folder. > > I am using but I would like to have one copy > residi

Re: Quick question on custom tags

2002-05-30 Thread Paul Giesenhagen
Hope that helps! Paul Giesenhagen QuillDesign - Original Message - From: "Brian Eckerman" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 30, 2002 10:05 AM Subject: Quick question on custom tags > Is it possible to

Quick question on custom tags

2002-05-30 Thread Brian Eckerman
Is it possible to call a custom tag that resides in a folder other than the current folder. I am using but I would like to have one copy residing in a "commonfiles" folder at root. This would take something like <../cf_cf_formurl2attributes> right? It doesn't seem to work. Any help is appreci