Re: What server configuration should I use for a Django site like this?

2011-11-30 Thread bryan hunt
Build it on 512 Linode, upgrade to 1024 if necessary. Linode are so far ahead of the competition Price/Performance ratio, I wouldn't bother with anyone else (VPS). -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: What server configuration should I use for a Django site like this?

2011-11-30 Thread Salvatore Iovene
Hi, I recently launched a Django project on a Linode 1024. I serve django with nginx, run mysql, and a bunch of other stuff. I routinely have about 500MB of free RAM. I wouldn't recommend a Linode 512, you will swap a lot. -- You received this message because you are subscribed to the Google G

Re: What server configuration should I use for a Django site like this?

2011-11-29 Thread Andre Lopes
Hi Tiago, Thanks for the reply. What alternatives I have? Can you send me a few hosts that you consider cheap and good? I have some bad experiences with shared hosting... Best Regards, On Tue, Nov 29, 2011 at 2:39 PM, Tiago Almeida wrote: > Does it need to be a vps? there are much cheaper sha

Re: What server configuration should I use for a Django site like this?

2011-11-29 Thread Tiago Almeida
Does it need to be a vps? there are much cheaper shared hosting alternatives for django. I don't recommend going forward with apache with so few ram, use nginx or lightppd. Best regards, On Nov 28, 4:30 pm, Andre Lopes wrote: > I need to put in production a Django website, but I don't know what >

What server configuration should I use for a Django site like this?

2011-11-28 Thread Andre Lopes
I need to put in production a Django website, but I don't know what machine I should use... this is not a commercial project, probably the monetary return will be very very little in ads... I have: -Django -PostgreSQL -Solr Do you think that will be enough a linode with 512mb ram? - Visitors day

Re: server configuration

2010-10-30 Thread Pavel Zinovkin
> Actually there is nothing about that is not possible to use worker MPM > and daemon mode. Sorry. I meant prefork MPM :) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To uns

Re: server configuration

2010-10-30 Thread Pavel Zinovkin
http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide#Apache_Requirements >For Apache 2.0 and 2.2, either the single threaded 'prefork' or multithreaded >'worker' Apache MPMs can be used. >To be able to make use of daemon mode of mod_wsgi, either Apache 2.0 or 2.2 is >required and the corr

server configuration

2010-10-29 Thread bax...@gretschpages.com
I'm finding conflicting info regarding preferred server configurations. I'm using Nginx for static, passing off to Apache/mod_wsgi for django stuff. Currently, wsgi is in daemon, and I'm using the worker MPM. >From some sources I've seen that is ideal, but I notice in the django docs that prefork

Re: What server configuration to use

2006-05-26 Thread DavidA
I'm running my Django blog (http://davidavraamides.net) on Fedora under VMWare GSX 3.1. I have it configured for 256M (the physical box has 1GB). There is another Fedora guest running phpBB similarly configured. My typical load across all VMs is about 3%. It works great. Both are running Apache +

Re: What server configuration to use

2006-05-26 Thread Graham King
PythonistL wrote: > I am going to setup a server to use it with Django. > I am going to use: Trustix Linux (http://www.trustix.org) > mod_Python with Apache > > Is 1GB memory enough? > > Regards, > L. > I'm running two Django sites (www.carriagereturn.org and www.mytimestream.com) on a vir

Re: What server configuration to use

2006-05-26 Thread Milton Waddams
you'll probably want to detail expected traffic levels On 5/26/06, PythonistL <[EMAIL PROTECTED]> wrote: > > I am going to setup a server to use it with Django. > I am going to use: Trustix Linux (http://www.trustix.org) > mod_Python with Apache > > Is 1GB memory enough? --~--~-~--~~

What server configuration to use

2006-05-26 Thread PythonistL
I am going to setup a server to use it with Django. I am going to use: Trustix Linux (http://www.trustix.org) mod_Python with Apache Is 1GB memory enough? Regards, L. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups