On Monday, January 30, 2017 at 1:44:48 PM UTC-8, Ron Chatterjee wrote:
>
> Is there any documentation of what's the most optimum hosting platform for 
> web2py as a function of scaling and speed? 
>
> for example 
>
> Heroku  | pythonanywhere  |  AmazonEC2  | google App
>
> file size, number of users, demand per second or page speed, storage 
> traffic, price...More like to give a performance idea before final 
> deployment so based on the app and its scaling we move the app around to 
> different hosting to make sure what's best fits the plan sought of speak.
>
>  On that note, if the app does payment processing, do we need to satisfy 
> any special hosting requirement for securing credit card information or any 
> personal info?
>
> Any feedback will be appreciated. Thanks in advance.
>
>
My understanding is Heroku runs on AWS, but does the OS setup for you. 
 Performance should be roughly equivalent, subject to your ability to tune.

My experience with Heroku is limited, basically a node.js homework 
assignment, so I haven't pushed its boundaries at all.  My experience with 
AWS is a tiny bit more relevant; I've a web2py instance running on Amazon 
Linux, but it it also is lightly loaded (for the near future, at least).

With both Heroku and AWS, you can scale ... for a price.  Upgrade "cpu" and 
RAM, or upgrade storage.  Or spin off additional instances.  The latter is 
nice in that you can spin them down again when traffic falls.  With AWS, 
you can also rent out some of your processing power to "on demand" users 
(AWS mediates that), but that's an "advanced" feature.

/dps

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to