Re: Python-URL! - weekly Python news and links (Apr 30)
- From: claird@xxxxxxxxx (Cameron Laird)
- Date: Mon, 30 Apr 2007 20:46:33 +0000
In article <1177963548_23061@xxxxxxxxxxxxxxxxxxxxx>,
Roger Upole <rupole@xxxxxxxxxxx> wrote:
Cameron Laird wrote:.
QOTW: "That is just as feasible as passing a cruise ship through a phone
line." - Carsten Haese, on transporting a COM object across a network.
Less vividly but more formally, as he notes, "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."
While this is indeed a nice turn of phrase, in substance it's incorrect.
You can marshal a live COM object and unmarshal it on a different
machine.
.
.
.... but the *references* in that object are unlikely to be
meaningful on the second machine (or, in many cases, on the
original machine, if at a sufficiently later time).
.
- References:
- Python-URL! - weekly Python news and links (Apr 30)
- From: Cameron Laird
- Re: Python-URL! - weekly Python news and links (Apr 30)
- From: Roger Upole
- Python-URL! - weekly Python news and links (Apr 30)
- Prev by Date: Re: Python-URL! - weekly Python news and links (Apr 30)
- Next by Date: Re: Is it possible to merge xrange and slice?
- Previous by thread: Re: Python-URL! - weekly Python news and links (Apr 30)
- Next by thread: socket module - recv() method
- Index(es):
Relevant Pages
|