FIle transfer over network - with Pyro?

geremy condra debatem1 at gmail.com
Sat Jun 5 16:34:45 EDT 2010


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