On Feb 10, 2006, at 1:57 AM, Roberto Aguilar wrote: > I'm planning on running multiple websites on one server using virtual > hosts. I also want to run memcached and wanted to know what the best > way to avoid "name collisions".
The best way to do it is to make sure that your keys have identifier unique to the given site in them. I always prefix my keys with settings.SITE_ID; you may want to do that same. Jacob --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---