Hi All!

In short... i have an application which was running on 4 different PCs now i have to run one application on server which performs the same work which those 4 applications were doing on different computers...
the work involves looping through a recordset continously(the new records are coming every minute)...

Instead of running 4 instances of same application on the server, i want to run one application which spawns 4 threads and all doing the same thing but with different parameters.

Can anyone suggest how to use ActiveX Exe for multithreading so that the 4 records can be simultaneously looped through... and every thread being independant... ( i wish i were coding in Java)

Thanx in advance