RE: Remote COM Objects

2001-03-16 Thread Stewart McGowan

>If, on the other hand, you want to have remote distributed services all
over
>the place, DCOM will be very slow for that. That's really the big impetus
>for things like SOAP and Web Services - they work better over larger
>networks.


and XML-RPC, as of yet i don't think there's a client or a server for
CF...??

Stew



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Remote COM Objects

2001-03-16 Thread Stewart McGowan

http://www.microsoft.com/com/tech/dcom.asp


for some background reading...


Regards


Stew

> --
> From: Nick McClure
> Reply To: [EMAIL PROTECTED]
> Sent: Friday, March 16, 2001 4:30 pm
> To:   CF-Talk
> Subject:  Remote COM Objects
> 
> Does anybody have any experience with using Remote COM Objects?
> 
> is there a big performance difference?
> 
> What happens when the remote COM object changes?
> 
> and help or documentation here would be great.
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Remote COM Objects

2001-03-16 Thread Dave Watts

> Does anybody have any experience with using Remote COM Objects?

I've done a little DCOM stuff.

> is there a big performance difference?

It depends. Typically, when you use DCOM, you might have a centralized
DCOM/MTS server, and all your web servers talk to that server. Just like
with any other non-local service, there's a price to pay for network
traffic, but the reward may be worth it from a management perspective.

If, on the other hand, you want to have remote distributed services all over
the place, DCOM will be very slow for that. That's really the big impetus
for things like SOAP and Web Services - they work better over larger
networks.

> What happens when the remote COM object changes?

Typically, when using something like MTS, whether locally or remotely,
you'll end up cycling services when objects change.

> and help or documentation here would be great.

You might search on http://msdn.microsoft.com/.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Remote COM Objects

2001-03-16 Thread Andy Ewings

Yup I have experiece but not using CF to call them but using VB instead.
You have to use DCOM (distributed COM).  If the COM object changes it will
get recompiled and re-registered so when your app creates an instance of the
object these changes will be reflected.  It's been a while since I looked at
DCOM but if I remeber correctly the COM object must be out of process i.e.
it is a .exe (runs in it's own process space) as opposed to a dll.

As far as performance goes it all depends on what the COM object does.  If
it throws back loads of data to your app then I guess there will be a
performance hit otherwise I can't see it being an issue.

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 488 9131
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Nick McClure [mailto:[EMAIL PROTECTED]]
Sent: 16 March 2001 16:30
To: CF-Talk
Subject: Remote COM Objects


Does anybody have any experience with using Remote COM Objects?

is there a big performance difference?

What happens when the remote COM object changes?

and help or documentation here would be great.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists