Tue May 22 04:39:03 +0000 2018 : @claygerrard @jaypipes It's py-both. Concurrency for multiple requests is handled by the WSGI server that runs the placement WSGI app, so the concurrency model depends on that. I tend to run placement with uwsgi and either nginx or a kubernetes load balancer in front. A single request is synchronous.