| a | b | |
|---|
| 0 | 0 | | Developping concurrent applications in Python |
|---|
| 1 | 1 | | |
|---|
| 2 | 2 | | Since 2 years or so, I work on [Gunicorn](http://gunicorn.org). This |
|---|
| ... | |
|---|
| 3 | | - | talk will present how I and the other core developers (we are now 3) |
|---|
| 3 | + | talk will present how I and the others core developers (we are now 3) |
|---|
| ... | |
|---|
| 4 | 4 | | with the help of the community have from a simple wsgi server with one |
|---|
| 5 | 5 | | command built a powerful WSGI abble to run a wide range of Python web |
|---|
| 6 | 6 | | applications. |
|---|
| ... | |
|---|
| 8 | 8 | | This talk will cover the different paths choosen in gunicorn to handle |
|---|
| 9 | 9 | | synchronous and asynchronous applications, how we handle different web |
|---|
| 10 | 10 | | frameworks, how we have made gunicorn fully extendable using the Python |
|---|
| ... | |
|---|
| 11 | | - | packaging system what we learn from the community in application serving |
|---|
| 11 | | - | and how you can solve some some problems. It will also present how the |
|---|
| 11 | + | packaging system, what we learn from the community in application serving |
|---|
| 11 | + | and how you can solve some problems. It will also present how the |
|---|
| ... | |
|---|
| 13 | 13 | | gunicorn core has been used to build frameworks that can help your |
|---|
| ... | |
|---|
| 14 | | - | application application to be more scalable: |
|---|
| 14 | + | application to be more scalable: |
|---|
| ... | |
|---|
| 15 | 15 | | [pistil](https://github.com/benoitc/pistil) a simple multiprocessing |
|---|
| 16 | 16 | | toolkit, [flower](https://github.com/benoitc/flower) a collection of |
|---|
| 17 | 17 | | modules to build distributed and reliable concurrent systems in |
|---|
| ... | |
|---|