CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Multithreading

  1. #1
    Join Date
    Jul 1999
    Posts
    5

    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


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    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
  •  





Click Here to Expand Forum to Full Width

Featured