vml wrote:

> I have a COM object.
> 
> I would like to pass this com object from a server to a client through
> a socket.

    As Diez mentioned, this may be possible through Distributed COM 
(DCOM). Its not very popular any more with techniques such as SOAP being 
more widely implemented. DCOM is fiddly to set up particularly the 
security aspects. IIRC I did get it to work with Python but that was 
maybe 8 years ago. Here's an overview of DCOM:

http://msdn2.microsoft.com/en-us/library/ms809311.aspx

    Neil
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to