> 1) Is it possible to realize my idea with Django, managing the traffic
load for 2.000+ user?

The precise question you asked is answered by the Django BDFL, right there
on Stackoverflow:
http://stackoverflow.com/questions/886221/does-django-scale/1739974#1739974

In summary, "Yes, it is possible to build a site like stackoverflow using
django, that caters to over 100k users per day." But as Russ rightly pointed
out, For that scalability, **You should** build it that way.

>2) How long *may* it take to realize the following? I know that's a
very risky relative question, but assuming I'm a regular-skilled
programmer willing to spend +5h a day.

Some people think "It can be thrown together in a weekend"
http://news.ycombinator.com/item?id=678501 ;)

On Tue, Dec 1, 2009 at 7:23 AM, ~km <knny.m...@gmail.com> wrote:

> Hello,
>
> I'm a Python enthusiast and Django newbie. I'm trying to develop a
> website with an "Ask and Get an Answer"-Interface, with the goal to
> get a strong community; see http://stackoverflow.com to get an idea.
> For more information on stackoverflow.com see
> http://blog.stackoverflow.com/2008/09/what-was-stack-overflow-built-with/
>
> Following questions:
>
> 1) Is it possible to realize my idea with Django, managing the traffic
> load for 2.000+ user?
> 2) How long *may* it take to realize the following? I know that's a
> very risky relative question, but assuming I'm a regular-skilled
> programmer willing to spend +5h a day.
>
> I previously compared other Web frameworks, e.g. Zope, RoR, Gok,
> etc.. , with Django and came to the conclusion that Django /seems/ to
> be the most mature solution for developing such an idea from scratch.
> Do you think Django does the best job for my needs? (I know this is
> the wrong place to ask such a question, but comments are welcome.)
>
> Cheers,
> Kenny
>
> --
>
> 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 unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
>


-- 
Regards,
Lakshman
becomingguru.com
lakshmanprasad.com

--

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 unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to