RE: Custom Tags and CFX

2002-10-07 Thread Adrian Cesana

So is there a separate list for 4.x questions now or did the whole list
upgrade? :O

-Original Message-
From: Adrian Cesana [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 03, 2002 11:25 AM
To: CF-Talk
Subject: Custom Tags and CFX


Does the 4.01 engine handle Custom Tags and CFX in the same manner as far as
thread handling goes?  From my understanding a CFX would be a third party
request that CF passes off too, if there is no response back from that
request the processing thread is lost until the server is restarted.  Are
Custom Tags handled in the same manner or basically just used like an
include?

Do newer CF versions offer better performance/error debugging, such as the
logging of the template that the current thread/s are processing? or better
yet the piece of code that is being processed?

Thanks,Adrian

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: Custom Tags and CFX

2002-10-07 Thread Pete Freitag

Hi Adrian,

To my knowledge the C++ CFX API hasn't changed at all since the 4.x
versions. In Java the CFX API was introduced around the time of 4.x with the
tag CFX_J that would allow you to call Java CFX tags. In CF 4.5 Java CFX
tags were added as a standard feature.

I'm not sure what you mean if there is no response back from that
request. Do you mean if the CFX tag doesn't return a result? Yes you could
easily write a CFX tag that didn't return a result and looped forever, but
you can also write a CFML template to do that.

Newer versions of CF as I mentioned don't really have any added debugging
features. However when you run custom tags you can see an exploded
debugging, and you can even get this to work in CF 4.01 by changing the
registry: http://www.cfdev.com/resources/discussion/messages.cfm/id/11

_
Pete Freitag
CTO, CFDEV.COM
http://www.cfdev.com/

-Original Message-
From: Adrian Cesana [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 07, 2002 12:18 PM
To: CF-Talk
Subject: RE: Custom Tags and CFX


So is there a separate list for 4.x questions now or did the whole list
upgrade? :O

-Original Message-
From: Adrian Cesana [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 03, 2002 11:25 AM
To: CF-Talk
Subject: Custom Tags and CFX


Does the 4.01 engine handle Custom Tags and CFX in the same manner as far as
thread handling goes?  From my understanding a CFX would be a third party
request that CF passes off too, if there is no response back from that
request the processing thread is lost until the server is restarted.  Are
Custom Tags handled in the same manner or basically just used like an
include?

Do newer CF versions offer better performance/error debugging, such as the
logging of the template that the current thread/s are processing? or better
yet the piece of code that is being processed?

Thanks,Adrian


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm