|
-
Mar 14th, 2001, 03:38 AM
#1
Thread Starter
PowerPoster
I'm a little confused on this topic, my book kind of contradicts itself. Ok, let's say I create an ActiveX EXE and set it's instancing property to MultiUse. And also I set its threading to Thread Per Object. My book says that all instances of a MultiUse server run in a single thread, one clients requests for a service from the server will effectively block all other requests for that service until the request is completed. Now, since I changed the threading to thread per object, wont each object run in a seperate thread and avoid "Blocking". Thanks
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
|