Connections between the Alfabet Components
- HTTPS is used for connection between client side and the Alfabet Web Application. HTTP is no longer used.
Use of HTTP can be enforced but this is not recommended.
- SQL server connection pooling has been implemented for connections to the database server. With connection pooling, opening and closing a connection is no longer required for each database request, but all requests are handed over to a pool of persistent connections. Connection pooling enhances performance.