Page 1 of 1

developing with Intraweb VCL

Posted: Wed 24 Apr 2013 05:28
by loufeliz
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

Re: developing with Intraweb VCL

Posted: Sat 27 Apr 2013 11:25
by DemetrionQ
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.