Thread Execute

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ShadowBit

Thread Execute

Post by ShadowBit » Thu 03 Aug 2006 21:08

Hi,

I have read that I must to create new connection for every thread I start.

The problem is that I have a need for starting many small threads that execute one update query.
create new connection for every thread will take 2 much time.

Is there any way around this problem?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Fri 04 Aug 2006 11:15

Please see MyDAC help about MyConnection.Pooling property.

Post Reply