Does VirtualTable Threadsafe?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
hellowangyi
Posts: 4
Joined: Fri 15 Jan 2010 08:38

Does VirtualTable Threadsafe?

Post by hellowangyi » Thu 26 Aug 2010 12:44

Hi all!
I want to use VirtualTable component in a muiltethread code.
I want to know If the VirtualTable component is Threadsafe?

Thanks in Advanced.

wy.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 27 Aug 2010 07:00

TVirtualTable can work in multithreaded applications, but the restriction is that you cannot use one component for more than one thread simultaneously.

hellowangyi
Posts: 4
Joined: Fri 15 Jan 2010 08:38

Post by hellowangyi » Fri 27 Aug 2010 07:18

Dimon,thanks for your reply.

Post Reply