FIle transfer over network - with Pyro?

Nathan Huesken python at lonely-star.org
Wed Jun 9 13:27:22 EDT 2010


Thanks for all the replies.
I might use http, or I utilize a separate ftp server.

On Sat, 5 Jun 2010 13:34:45 -0700
geremy condra <debatem1 at gmail.com> wrote:

> On Sat, Jun 5, 2010 at 10:14 AM, Dan Stromberg <strombrg at gmail.com>
> wrote:
> >> A more realistic answer is probably to use something based on
> >> HTTP. This solves a number of real-world problems, like the exact
> >> protocol to use over the network, and detecting network issues
> >> which cause the transfer to fail.  It also has the benefit that
> >> there's plenty of libraries already written to help you out.
> >
> > Didn't the OP request something fast?
> 
> Nope. He pointed out that pyro is not efficient and asked what
> libraries we would use.
> 
> OP: HTTP is a reasonable choice unless you need really extreme
> performance.
> 
> Geremy Condra




More information about the Python-list mailing list