Tagged Questions

1
vote
0answers
53 views

Flexible cloud file storage for a web.py app?

I'm creating a web app using web.py (although I may later rewrite it for Tornado) which involves a lot of file manipulation. One example, the app will have a git-style 'commit' operation, in which ...
-3
votes
0answers
27 views

PaaS x Dedicated Server?

I'm on my way to start the development of a web application that will, most likely, need to scale in a close future. I'm trying to decide between a PaaS (Platform as a service) solution, like ...
2
votes
1answer
37 views

When to use shared libraries for a web framework?

tl;dr: I've found myself hosting a bunch of sites running on the same web framework (symfony 1.4). Would it be helpful if I moved all of the shared library code into the same directory and shared it ...
0
votes
1answer
38 views

How can I define if my project considered to be small, medium or business application?

OK please notice first that I'm looking for a good option for our scenario. After some search on the internet, most people say that if you are going to build small-medium website then it is cheaper to ...