developing with Intraweb VCL

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
loufeliz
Posts: 1
Joined: Wed 24 Apr 2013 05:22

developing with Intraweb VCL

Post by loufeliz » Wed 24 Apr 2013 05:28

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

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: developing with Intraweb VCL

Post by DemetrionQ » Sat 27 Apr 2013 11:25

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.

Post Reply