Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #60553

Re: How to determine whether client and server are on the same host

From Gregory Ewing <greg.ewing@canterbury.ac.nz>
Newsgroups comp.lang.python
Subject Re: How to determine whether client and server are on the same host
Date 2013-11-27 12:37 +1300
Message-ID <bfkpm5Fjl4vU1@mid.individual.net> (permalink)
References <l708pt$r5b$1@ger.gmane.org> <7wfvqkrqvb.fsf@benfinney.id.au> <mailman.3227.1385465406.18130.python-list@python.org>

Show all headers | View raw


Malte Forkel wrote:
> One special operation is not available in
> the protocol, but can be implemented by a direct file-based operation if
> the application is run on the server itself.

What would happen if you tried the file-based method when
it wasn't a local connection? Is there a danger of it
"succeeding" on the wrong machine and damaging something?

-- 
Greg

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: How to determine whether client and server are on the same host Malte Forkel <malte.forkel@berlin.de> - 2013-11-26 12:26 +0100
  Re: How to determine whether client and server are on the same host Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-11-27 12:37 +1300
    Re: How to determine whether client and server are on the same host Malte Forkel <malte.forkel@berlin.de> - 2013-11-27 23:30 +0100

csiph-web