Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Threading and DCOM

Status
Not open for further replies.

Clairvoyant1332

Programmer
May 21, 2003
147
0
0
US
I've written a VB.NET program that spawns off several threads for a CPU intensive job. Each thread then creates a COM object on another server and calls a method to do some work.

Since you can't make a COM EXE in VB.NET, I made that piece in VB6.

Here's my problem: If I want to abort all running threads, the threads won't quit if there's a DCOM call in progress. Is there some way around this?

Dennis
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top