Re: streaming patches reloaded

2006-05-18 Thread Ivan Sagalaev
arthur debert wrote: >Hi Ivan. > >Just to make sure I understand: >- after patching django I 've set: >STORE_UPLOAD_ON_DISK = True > >I am trying to use this on the admin. Any more steps I must take? > > Hm... I don't think it would help very much in admin. The patch provides an interface to a

Re: streaming patches reloaded

2006-05-17 Thread Istvan Albert
yeah, this is really a huge wart , what Django does here - holds everything in memory - works only for the simplest cases thus makes django unsuited for a whole slew of web applications too bad that in a news environment uploading larger files is not a typical use case, that's why this fix takes

Re: streaming patches reloaded

2006-05-17 Thread arthur debert
Hi Ivan. Just to make sure I understand: - after patching django I 've set: STORE_UPLOAD_ON_DISK = True I am trying to use this on the admin. Any more steps I must take? thanks a lot (for the patch and help) arthur --~--~-~--~~~---~--~~ You received this messag

Re: streaming patches reloaded

2006-05-12 Thread Ivan Sagalaev
arthur debert wrote: >I have an app that uploads a 4mb file and is taking a ton of memory. >>From tickets 1484/1569 they are set as fixed, but I cannot find them on >django's source code. Are these patches active in trunk? If not, >anyones knows if they're working after the merge? Anyone using th

Re: streaming patches reloaded

2006-05-12 Thread James Bennett
On 5/12/06, arthur debert <[EMAIL PROTECTED]> wrote: > I have an app that uploads a 4mb file and is taking a ton of memory. > >From tickets 1484/1569 they are set as fixed, but I cannot find them on > django's source code. Are these patches active in trunk? If not, > anyones knows if they're worki

streaming patches reloaded

2006-05-12 Thread arthur debert
Hi folks. Following this thread ( http://groups.google.com/group/django-developers/browse_frm/thread/a0ae32019bb02f05/2c05c5363516ea76?q=streaming&rnum=2#2c05c5363516ea76) , since I can't reply there ( over 30 days old, google tells me). I have an app that uploads a 4mb file and is taking a ton o

Re: "Streaming" patches

2006-04-10 Thread Ivan Sagalaev
Maniac wrote: >I just saw that Adrian has now commited the "response" part so unified >patch is not needed anymore. I'll update "request" patch for new lines >count (and try to fix code styling issues as I keep writing it wrong >:-( ). > > Done --~--~-~--~~~---~--~-

Re: "Streaming" patches

2006-04-10 Thread Maniac
Sorry for not replying for past 2 days, Google caught a bounce from my mail host and stopped to send new mails :-( I just saw that Adrian has now commited the "response" part so unified patch is not needed anymore. I'll update "request" patch for new lines count (and try to fix code styling issue

Re: "Streaming" patches

2006-04-08 Thread Adrian Holovaty
On 4/8/06, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > May I kindly ask some attention (especially commiters' :-) ) to a pair > of tickets that enable uploading and downloading large files: > > http://code.djangoproject.com/ticket/1484 - request part > http://code.djangoproject.com/ticket/1569 - re

Re: "Streaming" patches

2006-04-08 Thread Jacob Kaplan-Moss
On Apr 8, 2006, at 2:31 AM, Ivan Sagalaev wrote: > May I kindly ask some attention (especially commiters' :-) ) to a pair > of tickets that enable uploading and downloading large files: > > http://code.djangoproject.com/ticket/1484 - request part > http://code.djangoproject.com/ticket/1569 - respo

"Streaming" patches

2006-04-08 Thread Ivan Sagalaev
May I kindly ask some attention (especially commiters' :-) ) to a pair of tickets that enable uploading and downloading large files: http://code.djangoproject.com/ticket/1484 - request part http://code.djangoproject.com/ticket/1569 - response part I use them both on a daily basis in two project