Re: Some idea about the Efficiency of UDFs

2003-01-02 Thread Cutter (CF_Talk)
You might want to look at a suggested CFMX OOP design pattern posted under the ColdFusion topic on http://www.benorama.com. I've been experimenting with this recently and find it to be very clean and effective. Cutter Li Chunshen (Don) wrote: According to Macromedia's CFMX References on Using

RE: Some idea about the Efficiency of UDFs

2003-01-02 Thread Ben Doom
01, 2003 6:01 PM To: CF-Talk Subject: Re: Some idea about the Efficiency of UDFs Interesting idea. So how exactly would this work? Would ColdFusion expect one function per file, with the requirement that the file and the function have the same name? Then you could call any arbitrary UDF

Re: Some idea about the Efficiency of UDFs

2003-01-02 Thread Christian Cantrell
-Original Message- From: Christian Cantrell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 01, 2003 6:01 PM To: CF-Talk Subject: Re: Some idea about the Efficiency of UDFs Interesting idea. So how exactly would this work? Would ColdFusion expect one function per file

RE: Some idea about the Efficiency of UDFs

2003-01-02 Thread Robby L.
'I've' built a file system using cfcs and keeping in the cfscript syntax instead of the tag based, and it's served me well. I understand the thoughts of having a mapping or dedicated folder for udfs, . but how would that fair with efficiency? I don't know the logistics of it, but seeing how

Re: Some idea about the Efficiency of UDFs

2003-01-02 Thread Li Chunshen \(Don\)
: Christian Cantrell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 01, 2003 6:01 PM To: CF-Talk Subject: Re: Some idea about the Efficiency of UDFs Interesting idea. So how exactly would this work? Would ColdFusion expect one function per file, with the requirement that the file

Re: Some idea about the Efficiency of UDFs

2003-01-02 Thread Christian Cantrell
]] Sent: Wednesday, January 01, 2003 6:01 PM To: CF-Talk Subject: Re: Some idea about the Efficiency of UDFs Interesting idea. So how exactly would this work? Would ColdFusion expect one function per file, with the requirement that the file and the function have the same name? Then you

RE: Some idea about the Efficiency of UDFs

2003-01-02 Thread Matt Liotta
PROTECTED]] Sent: Thursday, January 02, 2003 1:59 PM To: CF-Talk Subject: Re: Some idea about the Efficiency of UDFs Well, it's hard for us to know that you are interested in a feature if you don't submit a request for it. I don't consider submitting feature requests to be secretary work, so

RE: Some idea about the Efficiency of UDFs

2003-01-02 Thread Mike Chambers
PROTECTED] -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 2:13 PM To: CF-Talk Subject: RE: Some idea about the Efficiency of UDFs Um, no it's not. You just read on the mailing list what feature he is interested in and he didn't submit

RE: Some idea about the Efficiency of UDFs

2003-01-02 Thread Jerry Johnson
Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Christian Cantrell [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 1:59 PM To: CF-Talk Subject: Re: Some idea about the Efficiency of UDFs Well, it's hard for us to know

RE: Some idea about the Efficiency of UDFs

2003-01-02 Thread Jerry Johnson
: Thursday, January 02, 2003 1:59 PM To: CF-Talk Subject: Re: Some idea about the Efficiency of UDFs Well, it's hard for us to know that you are interested in a feature if you don't submit a request for it. I don't consider submitting feature requests to be secretary work, so I'll be happy to take

RE: Some idea about the Efficiency of UDFs

2003-01-02 Thread Li Chunshen \(Don\)
President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Christian Cantrell [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 1:59 PM To: CF-Talk Subject: Re: Some idea about the Efficiency of UDFs Well

Re: Some idea about the Efficiency of UDFs

2003-01-01 Thread Christian Cantrell
Interesting idea. So how exactly would this work? Would ColdFusion expect one function per file, with the requirement that the file and the function have the same name? Then you could call any arbitrary UDF, and the CF server would look in the proper directory for the right file, then

RE: Some idea about the Efficiency of UDFs

2003-01-01 Thread Matthew Walker
. -Original Message- From: Christian Cantrell [mailto:[EMAIL PROTECTED]] Sent: Thursday, 2 January 2003 12:01 p.m. To: CF-Talk Subject: Re: Some idea about the Efficiency of UDFs Interesting idea. So how exactly would this work? Would ColdFusion expect one function per file

Re: Some idea about the Efficiency of UDFs

2003-01-01 Thread Li Chunshen \(Don\)
That's exactly what I have in my UDFlib directory and my thought of how it may work but of course it's up to MM to make it work as you described. btw, you need to help me to push MM to fix some problems as well, such as the Oracle8i driver and request timeout. Matthew Walker's 2 UDF referrals

Re: Some idea about the Efficiency of UDFs

2003-01-01 Thread Christian Cantrell
That's exactly what I have in my UDFlib directory and my thought of how it may work but of course it's up to MM to make it work as you described. I think it's a good idea. Make sure you submit it at the URL I posted earlier. All feature requests get reviewed before work on a new version

RE: Some idea about the Efficiency of UDFs

2003-01-01 Thread Jim Davis
: Christian Cantrell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 01, 2003 6:01 PM To: CF-Talk Subject: Re: Some idea about the Efficiency of UDFs Interesting idea. So how exactly would this work? Would ColdFusion expect one function per file, with the requirement that the file