-
Multithreading
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
-
Re: Multithreading
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".