# What are constraints of dev server vs production server?

**URL:** https://discuss.tryton.org/t/what-are-constraints-of-dev-server-vs-production-server/5736
**Category:** System Administrator
**Created:** [November 30, 2022, 3:55am UTC](https://discuss.tryton.org/t/what-are-constraints-of-dev-server-vs-production-server/5736 "2022-11-30T03:55:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![dalers](https://discuss-cdn.tryton.org/user_avatar/discuss.tryton.org/dalers/32/1767_2.png) [@dalers](https://discuss.tryton.org/u/dalers)
#### Post date: [November 30, 2022, 3:55am UTC](https://discuss.tryton.org/t/what-are-constraints-of-dev-server-vs-production-server/5736/1 "2022-11-30T03:55:47Z")

</div>

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](https://discuss.tryton.org/t/debian-integration-packages-for-tryton/5531)).

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

---

<div class="post-metadata">

### Author: ![ced](https://discuss-cdn.tryton.org/user_avatar/discuss.tryton.org/ced/32/1237_2.png) [@ced](https://discuss.tryton.org/u/ced)
#### Post date: [November 30, 2022, 8:23am UTC](https://discuss.tryton.org/t/what-are-constraints-of-dev-server-vs-production-server/5736/2 "2022-11-30T08:23:29Z")

</div>

You could expect poor performance because the [werkzeug builting server](https://werkzeug.palletsprojects.com/en/1.0.x/serving/) is not written for performance but for development (with debugging tools).

---

<div class="post-metadata">

### Author: ![system](https://discuss-cdn.tryton.org/uploads/default/original/1X/c6f8ec0a40525cdcd50058c734283450a4b3d38b.png) [@system](https://discuss.tryton.org/u/system)
#### Post date: [December 30, 2022, 8:24am UTC](https://discuss.tryton.org/t/what-are-constraints-of-dev-server-vs-production-server/5736/3 "2022-12-30T08:24:17Z")

</div>

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