Learn how to use Gunicorn, a web server for Python applications, to host Flask-based APIs. Discover how Gunicorn uses pre-forking to handle requests faster and how to customize server configurations using command line flags. Follow this step-by-step guide to set up Gunicorn with Nginx and deploy a simple Flask app. Don’t forget to check out the example config file for Gunicorn to fine-tune performance and logging settings.

If you are running the newer  versions of solaris you may be tempted to use the old ways where you edit the resolv.conf file to setup your DNS  DO NOT DO THIS ! Oracle wants you to be using the SMF ( Service Management Facility ) to be making such changes instead using the following svccfg

How to properly change the resolv.conf file in Solaris using SMFRead More »