Possible duplicates: GAE + Python vs Webfaction + Python + django - for a relative new dev
Hello, I am developing one of my hobby project using django-nonrel on google app engine. The basic part of the application is finished. Now for the some advance features I need to use:
- Comet for Facebook like real time ticker
- django-filetransfer for storing article with images and serving corresponding image when someone reading article
- 10-30 minutes of video contents once above two are done (Not decided yet whether there will be any limit of total videos on web application since thinking to make it possible to allow users to upload)
So my questions are:
- I need comet for each and every user using my application and since GAE is having limitation on creation and free quota for channel creation and maximum rate(6 creations/minute). Is it going to cost me more if I host my application on GAE ? Does other hosting services such as WebFaction and Linode also charge if our application uses reverse Ajax ?
- Since uploading images with article using django-filetransfers require me to enable billing, Is it the same case with other hosting services ?
- Is GAE (as compared with WebFaction, linode or any other hosting sites) is cost-effective for application which allows users to upload video contents ?
P.S. Since I have used django-nonrel, hence at this point can easily change my hosting site. Once I start working on above mentioned functionality, it will be difficult for me move from one hosting site to another. Due to which I want to take best possible step. Also, I am from India and here paying 1 unit of Dollar will cost me more than 50 unit of Indian currency. So love to here the best deal with no compromise on performance :-)
Thanks for your time,
Sunil