how to serialize a COM object ?

Roger Upole rupole at hotmail.com
Wed Apr 25 02:41:14 EDT 2007


"Carsten Haese" <carsten at uniqsys.com> wrote in message news:mailman.6918.1177446594.32031.python-list at python.org...
> On Tue, 2007-04-24 at 13:10 -0700, vml wrote:
>> I have a problem :
>>
>> I have a COM object.
>>
>> I would like to pass this com object from a server to a client through
>> a socket.
>
> That is just as feasible as passing a cruise ship through a phone line.
>
> A COM object represents a connection to a service or executable that is
> running on one computer. Transferring that connection to another
> computer is impossible.
>
> -Carsten
>

Actually, CoMarshalInterface allows you to do exactly this.

      Roger



----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----



More information about the Python-list mailing list