You might be limited to a relatively small number of Django apps (i.e.
separate entries in the httpd.conf file) on a single dedicated server,
since each would require its own PythonInterpreter, but depending on
traffic I would guess you could have more than that on there. Having
said that, if you use just one app with caching, I'm pretty sure the
performance would rival PHP.

You *should* use a single app to run user-defined blogs anyway -
configuration becomes too difficult otherwise, and your goal is to
reduce configuration and increase data as the driver of your design
(which is one reason why Django beats J2EE for rapid development). So
whether Django supports a certain number of apps or not, in your case
you probably want to look for a way to work with just the one.

HTH,
 -rob


On Jun 2, 7:36 am, moesian <[EMAIL PROTECTED]> wrote:
> Hi,
>
> If I were make small apps in rails such as personal blogs etc I read a
> post saying that I would only be able to host around 30-40 on a
> dedicated server as opposed to around 300 if they were wirtten in PHP.
>
> I was wondering if you would have a similar problem if you used
> django.
>
> Cheers


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to