actual django stack

2008-09-25 Thread Frédéric Sidler
What it the best Django stack today. In django doc, it says that apache with mod_python is the best solution in production. But in the same time I see that everyblock use nginx (probably in mode fastcgi). Did you some of you test different solution and can share some output here. Here are the o

dynamically add memcache server

2008-06-23 Thread Frédéric Sidler
to use memcache, you need to set the IP:port of the machine used in settings.py now I use two memcache servers IP1:12000, IP2:12000 and would like to know if there is a way to add another memcache server without restarting django --~--~-~--~~~---~--~~ You received t

Re: Django Diagram

2007-05-04 Thread Frédéric Sidler
you miss the public request/response 2007/5/3, FrankW <[EMAIL PROTECTED]>: > > > I'm teaching my son Django and came up with a diagram > for him - you know what they say - a picture is worth a > thousand words. > > The diagram is at http://zdecisions.com/zdmedia/img/django.jpg > > Any comments or

Re: Need some help with Amazon S3

2007-05-07 Thread Frédéric Sidler
i'm currently playing with amazon EC2 and S3 for data and ressources. I found that Adrian Holovty used S3 for chicagocrime.org http://www.holovaty.com/blog/archive/2006/04/07/0927/?highlight=s3 2007/5/7, Kyle Fox <[EMAIL PROTECTED]>: > > > 1) We found S3 to be a bit slow, both upstream and down.

Re: django vps hosting

2007-05-16 Thread Frédéric Sidler
I do use Amazon EC2 for our project and I plan to go very big http://media.djangobook.com/content/chapter21/scaling-5.png For the moment, i have everything running on one instance http://media.djangobook.com/content/chapter21/scaling-1.png But that is just the start, the problems are - host n

Re: django vps hosting

2007-05-16 Thread Frédéric Sidler
o work through, but they're actually very good issues > to address early on. > > Michael > > On 5/16/07, Frédéric Sidler <[EMAIL PROTECTED]> wrote: > > I do use Amazon EC2 for our project and I plan to go very big > > http://media.djangobook.com/content/ch

Re: Django/Python developer at The Atlanta Journal-Constitution

2007-05-18 Thread Frédéric Sidler
do you use ellingtoncms.com 2007/5/17, Chris H. <[EMAIL PROTECTED]>: > > > Our online development team is looking for experienced Python/Django > Web developers. > > We're a small group practicing agile and rapid development. We "Get > Real", got Django and Rails, and we're perfectionists with dea

Re: Moving Images to Amazon S3

2007-05-31 Thread Frédéric Sidler
to save/re-read/delete each thumbnail file? > > Surely the better way to do this is to just use FUSE or something to > map S3 into the filesystem? > > > -- > Nic Ferrier > http://www.tapsellferrier.co.uk > > > > -- http://farm1.static.flickr.com/233/514575183_851

Re: [Announce] Django on Gentoo (DoG) Linux EC2 Image

2007-06-02 Thread Frédéric Sidler
res that the > application setup package is publicly available and downloadable via > curl (see the application-setup.sh script). I plan to add security > implementation details in the future. > > > What's New? > --- > > The following changes were made on 2007