Tagged Questions
6
votes
5answers
1k views
What would you recommend for a high traffic ajax intensive website?
For a website like reddit with lots of up/down votes and lots of comments per topic what should I go with?
Lighttpd/Php or Lighttpd/CherryPy/Genshi/SQLAlchemy?
and for database what would scale ...
2
votes
2answers
303 views
Highly scalable tags on Google App Engine (Python)
I have a lot of (e.g.) posts, that marked with one or more tags. Post can be created or deleted, and also user can make search request for one or more tags (combined with logical AND).
First idea that ...
1
vote
1answer
36 views
Grabbing\spider protection
There is a site\resource that offers some general statistic information as well as an interface to search facilities. This search operations are costly, so I want to restrict frequent and continuous ...
0
votes
1answer
169 views
Web-development for high-load in Python [closed]
My friends and I are going to develop some web application. The most common scripting language in average for us is the Python, so we would like to use it for the development. However, we are confused ...