Hi James,

James Mills wrote:
> On Wed, May 12, 2010 at 6:48 PM, News123 <news1...@free.fr> wrote:
>> Hi,
>>
>> I'd like to perform huge file uploads via https.
>> I'd like to make sure,
>> - that I can obtain upload progress info (sometimes the nw is very slow)
>> - that (if the file exceeds a certain size) I don't have to
>>  read the entire file into RAM.
>>
> 
> My suggestion is to find some tools that can
> send multiple chucks of data. A non-blocking
> i/o library/tool might be useful here (eg: twisted or similar).
> 

I never used twisted so far.
Perhaps the time to look at it.


bye


N
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to