On Oct 7, 2:44 am, Chris McComas <mccomas.ch...@gmail.com> wrote:
> We've been running our Django app with mod_python and Apache to serve
> static files, along with MySQL as the database of choice. We're in the
> process of making a few changes because we've had some stability and
> performance issues,

Explained perhaps by:

  http://blog.dscpl.com.au/2009/03/load-spikes-and-excessive-memory-usage.html

> so we're moving tomod_wsgi/nginx,

If you mean the mod_wsgi module for nginx, as opposed to mod_wsgi
module for Apache, then ensure you read:

  http://blog.dscpl.com.au/2009/05/blocking-requests-and-nginx-version-of.html

You may just be swapping one potential problem for another.

If not already, consider daemon mode of Apache/mod_wsgi.

Graham

> but we also
> want to switch from MySQL to PostgreSQL. Is there an easy way for us
> to take all of our data from our MySQL and move it over to PostgreSQL?
>
> Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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
-~----------~----~----~----~------~----~------~--~---

Reply via email to