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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Background processing in COM?

Status
Not open for further replies.

MattWoberts

Programmer
Oct 12, 2001
156
GB
Hi,

I have never attempted threading or backgroud processing in VB before, but heres what I want to do:

I have a COM component that is called from my web application. This COM component needs to update some DB stuff when the user clicks a button, but since this data isn't of concern to the user, I wanted to run it as a "background process" somehow... I thought that threading would be the answer...

Does this sound possible, and if so does anyone have any pointers?

Thanks!!
 
VB does not deliberately support multithreading, though some people on here have done some crafty things with the API in the past I beleive...

Try running a search in the forum.

mmilan
 
In that case, here is a thread where I illustrate how to do multithrerading in VB...thread222-519374
 
Hmmm, see what you mean ;) Thats the kind of stuff i wanted though, so cheers!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top