On May 6, 7:04 pm, Graham Dumpleton <graham.dumple...@gmail.com> wrote: > On May 7, 4:40 am,Ross<scrodch...@yahoo.ca> wrote: > > > I have a Django app that selects one of many possible XML documents, > > parses it with minidom.parse(), finds all elements of a certain tag > > with getElementsByTagName() then it sends a small subset of those > > elements off to a client browser. So I typically have to parse many > > thousands of elements to make the DOM object to then get the > > appropriate 50 or 100 element portion that will be sent off to the > > user as a smaller XML file where it is parsed at the client side with > > javascript. > > > Mymemoryperformance with Apache and mod_wsgi isn't very good, > > Is that for a single process, or across the whole of Apache. Make sure > your read: > > http://blog.dscpl.com.au/2009/03/load-spikes-and-excessive-memory-usa... > > That issue applies to mod_wsgi as well. > > You usually should not use embedded mode, use daemon mode of mod_wsgi > instead. > > Graham
Thanks for that info and the link. I've also seen a couple of your other posts on this subject and that certainly gives me some options for optimizing the configuration of the mod_wsgi settings. Thx! Ross. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.