need a way to run multiple process concurrently

vishwa_j

Member
Joined
Oct 24, 2006
Messages
5
Location
Hopkins, MN, USA
Programming Experience
1-3
hi there
we have a requirement where we are required to process multiple objects at the same time...i tried using multi threading only to understand that only one thread will be active at any given point of time..so i have ruled out that option...is there a way to run multiple tasks at the same time?? is there a way where we can make the processor to run multiple tasks at the same time?? like multiple instances of processors where each instance is running a separate job?? i dont want to switch between tasks as multi threading does..i want to know if i can run all the tasks at the same time.. iam badly in need of a solution as initially i thought multithreading would solve this problem but now it has proven to be a waste...please help me..
Even if you idea on that (if not solution), please share it with me....
thanks in advance..
 
Back
Top