On 2010-04-22, at 9:52 AM, Tim Arnold wrote: > hi, > Until now I've been working on a single Freebsd server, hosting a > couple of Django apps. Now we've bought another machine to provide > load balancing and I'm wondering how to accomplish that. > I guess the django code can be shared on the same drive, but the > django instances running separately of course (apache/mod_python). > > Is it possible to have two instances accessing the same database? How > do you handle load-balancing?
Yes you can. There's lots of options, http://www.apsis.ch/pound/ is but one. -- Andy McKay, @andymckay Django Consulting, Training and Support -- You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en.

