[pylons-discuss] Re: Pyramid + SQLAlchemy + PostgreSQL: idle connections

2018-04-10 Thread Jonathan Vanasco
On Monday, April 9, 2018 at 8:45:45 AM UTC-4, Tres Seaver wrote: > > > Somewhere after there, i believe. It depends on the server. uwsgi and > > unicorn do it in different places. i think waitress essentially does it > > too. > > Waitress is not a forking implementation: it uses threads.

[pylons-discuss] Re: Pyramid + SQLAlchemy + PostgreSQL: idle connections

2018-04-09 Thread Tres Seaver
On 04/02/2018 01:16 PM, Jonathan Vanasco wrote: >> Where is the forking happening in a normal Pyramid app? After the main >> function finishes / "return config.make_wsgi_app()"? >> > Somewhere after there, i believe. It depends on the server. uwsgi and > unicorn do it in different places. i