Hello.
I have built a few small apps (less than 10 concurrent users) with Unidac and all is well.
I have built larger apps 100+ concurrent users using kbmMW connection pooling etc.. with good results.
I am considering moving away from kbmMW for a new project that will have 150+ concurrent users and only using Unidac. Any connection pooling hints anyone can offer?
- Lou
developing with Intraweb VCL
-
DemetrionQ
- Devart Team
- Posts: 271
- Joined: Wed 23 Jan 2013 11:21
Re: developing with Intraweb VCL
Hello.
UniDAC allows connection pooling. For this, you should set the TUniConnection.Pooling property to True and configure TUniConnection.PoolingOptions if necessary. You can find the detailed information in the UniDAC documentation.
UniDAC allows connection pooling. For this, you should set the TUniConnection.Pooling property to True and configure TUniConnection.PoolingOptions if necessary. You can find the detailed information in the UniDAC documentation.