Is TeeChart multithread safe?

TeeChart for ActiveX, COM and ASP
Post Reply
nefis
Newbie
Newbie
Posts: 62
Joined: Wed Oct 22, 2003 4:00 am
Location: chicago

Is TeeChart multithread safe?

Post by nefis » Thu Feb 05, 2004 12:02 pm

Hello,

Is TeeChart multithread safe?
I mean is it safe to read/write to a ValueList from different threads?

nefis

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Feb 05, 2004 5:36 pm

Hi nefis,

TeeChart was created along the multi-threaded apartment model design
paradigm but it is not a fully multi-threaded application. This means
that TeeChart variables cannot be passed directly between instances of
TeeChart objects on different threads - however, TeeChart variables can
be passed between variables on different threads and these variables
added to TeeChart objects on different threads.

Post Reply