Re: Apache and mod_wsgi memory help

2010-08-05 Thread Graham Dumpleton
On Aug 5, 10:14 pm, Albert Hopkins wrote: > ... Or perhaps mod_wsgi is not the way to go. > > Basically I have this situation.  I have a Django app that also has an > xmlrpc interface via the wiki recipe[1].  All works fine until I enabled > the ability to upload files.  

Apache and mod_wsgi memory help

2010-08-05 Thread Albert Hopkins
... Or perhaps mod_wsgi is not the way to go. Basically I have this situation. I have a Django app that also has an xmlrpc interface via the wiki recipe[1]. All works fine until I enabled the ability to upload files. Since they're binary files I use the xmlrpc binary type. Well this loads