| Author |
Difference bet. Process based Multithreading and Thread based Multithreading?
|
Sachindra Pratap
Ranch Hand
Joined: Jun 03, 2008
Posts: 42
|
|
hi, and which is fast? regards Sachindra
|
 |
Nitesh Kant
Bartender
Joined: Feb 25, 2007
Posts: 1638
|
|
There is no such thing as process based multithreading and thread based multithreading. Multi threading *always* means running multiple threads inside a process. Now, do you want to rephrase your question?
|
apigee, a better way to API!
|
 |
Ajay Saxena
Ranch Hand
Joined: Nov 13, 2006
Posts: 154
|
|
|
I believe you want to know the difference between process based concurrent programming and thread based concurrent programming.
|
 |
 |
|
|
subject: Difference bet. Process based Multithreading and Thread based Multithreading?
|
|
|