|
-
May 25th, 2005, 03:35 AM
#1
Thread Starter
Frenzied Member
Multithreaded application using Active Exe
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
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
|