[web2py] Re: A Question about Performance of web2py

2016-04-06 Thread Leonel Câmara
Yeah like Niphlod said, I wouldn't worry about web2py at all in that instance. web2py will not be the bottleneck, getting data from that other server will. So just cache the hell out of the calls to make as little requests as possible, load the stuff you need the communication for using ajax so

[web2py] Re: A Question about Performance of web2py

2016-04-05 Thread Niphlod
translation to make you realize how much of a silly question that is: *Every call to my application will need to do an additional step and use an external service: is this call gonna cost me performance ? * silly reply: *yes, of course, and if the external service is not scalable nor your app