Threading question

M

Mvmelle

I have a thread which looks for logged on computers and insert the in a
databasetable (sort of a queue).
I have a seperate thread which fires each minute and processes all computers
in the table in sequential order.
My problem is : I want to change this second thread so I can run the
scanning of 5 seperate computers in 5 seperate threads. (each minute)

How can I do this?

Regards

Geert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Threading question 2
basic threading question 2
Threading in .Net... 4
Multi-Threading 9
Starting a Thread takes too long 25
VB.NET and Threading 4
Basic Threading question 19
VB.net and threading 4

Top