|
-
July 23rd, 1999, 04:55 AM
#1
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
-
July 23rd, 1999, 05:21 AM
#2
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".
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|