Good point.

Unfortunately this doesn't work too well if you're trying to implement a system 
that honors a SOA pattern. What if one of our .NET developers needs to call my 
service remotely? The .NET program isn't going to know where the file is stored 
on the CF server's hard disk.

I know, a boundary case, but I hope it helps someone someday. :)

- Chris Peters
www.chrispetersweb.com

>You are correct, this is the object in memory.  If you are going to do 
>one simple operation, it's easier to just call the appropriate method 
>like resize() and pass the file paths.  If you are doing a bunch of 
>things, retain the object in memory and just pass the object.  This will 
>speed up the process because it will not read/write to/from the disc for 
>each operation.
>
>James Holmes wrote:
>>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258415
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to