Click to See Complete Forum and Search --> : Multithreading


PeterH
July 23rd, 1999, 04:55 AM
I am about to write an ActiveX component which will store data as a cachememory and work as an application variable in an ASP-site, simultaneusly accessible to all connected users.

My problem is that VB doesn't appear to support multithreaded COM-objects. Can someone help me out with this

Lothar Haensler
July 23rd, 1999, 05:21 AM
vb 6 supports two threading models: single-threaded and apartment threaded. to be specified under Project/Properties.

Also, check out the IMDB (in-memory database) that comes with COM+ in windows 2000. It's supposed to serve as "cachememory".