falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.53k stars 945 forks source link

pypy with gunicorn #1909

Closed lokeish closed 3 years ago

lokeish commented 3 years ago

How to start the gunicorn with pypy to run the falcon.

open-collective-bot[bot] commented 3 years ago

Hi :wave:,

Thanks for using Falcon. The large amount of time and effort needed to maintain the project and develop new features is not sustainable without the generous financial support of community members like you.

Please consider helping us secure the future of the Falcon framework with a one-time or recurring donation.

Thank you for your support!

CaselIT commented 3 years ago

Hi,

I don't think there's anything special to do, just install gunicorn under your pypy environment and run the application as you normally would. Depending on the application you may see significant performance gains by using the gevent workers of gunicorn.