On Sat, Aug 15, 2009 at 6:35 AM, Continuation<selforgani...@gmail.com> wrote:
>
> I came upon this blog post:
> http://lucumr.pocoo.org/2009/1/8/the-sad-state-of-mysql-python
>
> It doesn't exactly have good things to say about mysql-python (aka
> MySQLdb) which I believe is the MySQL driver used by Django. Among
> other things memory leak was mentioned as a significant issue.
>
> If you use MySQL with Django, how is your experience with the MySQL
> driver? Any memory leak or other issues?

I've got several MySQL servers in production. I haven't seen any
memory leak problems from a site that does baseline traffic of 3-4
hits from the Google bot per second, 24-7, plus user traffic. This is
using the stock version of MySQLdb from Ubuntu 8.10.

> Also one of the commenters of that blog post mentioned that unicode
> support has been removed from mysql-python. Is that true? Have you
> been able to store & retrieve unicode content in MySQL using Django?

I'm storing lots of unicode content, and I haven't seen any problems
storing or retrieving that content.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
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