On Sun, Jan 11, 2009 at 9:00 PM, Ben Bangert <[email protected]> wrote: > memory > leaks in your code (the MySQLdb Python adapter has some leaks annoyingly > enough).
It does? I've made comparisions between MySQL, SQLite, and Durus, and MySQL always comes out lowest memory. It never adds more than 20 MB to the application and 20 MB for the MySQL server, in the same situations that SQLite or Durus adds 80 MB or even 300 MB. Which doesn't mean I always use MySQL. Each of them has its own advantages which sometimes outweigh the memory use. -- Mike Orr <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
