Discussion:
[bottlepy] Bottle + gevent
h***@simbioseventures.com
2015-11-08 00:38:59 UTC
Permalink
Hi, I'm starting a project REST API, now a I'm is very close to finish and
run in production, but I don't see any article to explain me to run my app
with the best configuration which I need, in my case, this app will receive
a highest number of request so I use gevent to non-blocking the request,
but how can configure it to scalable and have a good performance? One
thing, that is my first project which I will be running in production, I
have not experience with deployment applications.

Thanks
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.

---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Avelino
2015-11-08 01:43:49 UTC
Permalink
I have an open source project that BI and today made it back to 8k of
requests/s, use gunicorn + bottle + gevent.

Source: https://github.com/avelino/mining
Run file: https://github.com/avelino/mining/blob/master/manage.py
Post by h***@simbioseventures.com
Hi, I'm starting a project REST API, now a I'm is very close to finish
and run in production, but I don't see any article to explain me to run
my app with the best configuration which I need, in my case, this app
will receive a highest number of request so I use gevent to
non-blocking the request, but how can configure it to scalable and have
a good performance? One thing, that is my first project which I will be
running in production, I have not experience with deployment applications.
Thanks
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.
---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send
For more options, visit https://groups.google.com/d/optout.
--
Avelino
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.

---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...