N-tier Environment

Three Tier Deployment Model
For deployment, Servoy uses a three-tier model: database - application server - client to ensure maximum performance; minimum bandwith usage; minimum load on the database server; excellent performance and strict implementation of security rules.

Database Connection Pooling
To reduce the load on your database server, Servoy Server uses connection pooling -- which allows database connections to be shared across multiple Servoy Smart Clients. Security and transaction handling are managed by Servoy Server to ensure database consistency.