Automatic upload of 10KB file to web service?

Posted by Joseph Turian on Stack Overflow See other posts from Stack Overflow or by Joseph Turian
Published on 2010-04-26T20:20:19Z Indexed on 2010/04/26 20:23 UTC
Read the original article Hit count: 226

Filed under:
|
|
|

I am writing an application, similar to Seti@Home, that allows users to run processing on their home machine, and then upload the result to the central server.

However, the final result is maybe a 10K binary file. (Processing to achieve this output is several hours.)

What is the simplest reliable automatic method to upload this file to the central server? What do I need to do server-side to prevent blocking? Perhaps having the client send mail is simple and reliable? NB the client program is currently written in Python, if that matters.

© Stack Overflow or respective owner

Related posts about upload

Related posts about server