What are constraints of dev server vs production server?

Hi all, can anyone explain the basic limitations of using werkzeug to serve Tryton compared to a “production” server.

I see the following notice when starting trytond:

INFO werkzeug WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.

and I see the Debian packages created by @yangoon use uWGSI and NGINX (Debian integration packages for Tryton).

I am building a small demo database (~100 products, 3 customers, 3 bills of materials, 10 suppliers, 20 purchase orders…) for use by perhaps 6 simultaneous users. Should I expect issues if I do not use a “production” server?

Thanks,
Dale

You could expect poor performance because the werkzeug builting server is not written for performance but for development (with debugging tools).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.