Re: [pgAdmin][RM5017] Use cheroot as default production server - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject Re: [pgAdmin][RM5017] Use cheroot as default production server
Date
Msg-id CAG7mmowQhSn5m8=9WyNLmyLCkWfRq2Q+JVSDNoyQrwikcQ35Kg@mail.gmail.com
Whole thread Raw
In response to [pgAdmin][RM5017] Use cheroot as default production server  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Responses Re: [pgAdmin][RM5017] Use cheroot as default production server  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
List pgadmin-hackers
Have you seen any improvements in performance? 

On Tue, 17 Dec 2019, 15:16 Aditya Toshniwal, <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Attached is the patch to use https://pypi.org/project/cheroot/ instead of current flask dev server. cheroot is a stable production ready server. Plus, flask dev server is not recommended for production.
Code is changed to use cheroot only when DEBUG is False, otherwise you the default flask server.

Kindly review.

--
Thanks and Regards,
Aditya Toshniwal
Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Optimized edit types and properties SQL for table/col
Next
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch] - 5023 - Refactoring SQL of View and Materialized View.