[Pharo-users] How much abuse can Teapot take?

2016-06-06 Thread sergio ruiz
I am currently planning a mobile (iOS) app that will rely on a REST server for handling offline tasks (sending emails, processing reports, etc). I would LOVE to use Pharo/Teapot for this, but I want to make sure that this configuration would be up to the task. I can’t really guess how much traf

Re: [Pharo-users] How much abuse can Teapot take?

2016-06-07 Thread Attila Magyar
Since Teapot is just a pretty thin layer on top of the ZnServer, I'd guess it can roughly take the same amount. The route finding algorithm is a simple linear one (like most of the other micro webframeworks use), but it shouldn't be a problem unless you have an enormous amount of urls. But I recomm

Re: [Pharo-users] How much abuse can Teapot take?

2016-06-09 Thread S Krish
Looked robust enough in my internal experiments.. I tweaked the Teapot further for easy implementation too.. Used it in my prototype with Angular JS thin framework.. works good. the limits seemed to be more dependent on the Pharo image limits nothing to do with Teapot per se. Scale it with multi