aspose file tools
The moose likes Threads and Synchronization and the fly likes Difference bet. Process based Multithreading and Thread based Multithreading? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "Difference bet. Process based Multithreading and Thread based Multithreading?" Watch "Difference bet. Process based Multithreading and Thread based Multithreading?" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Difference bet. Process based Multithreading and Thread based Multithreading?
 
Similar Threads
multithreading
book on multithreading
Which part of Java is sexy for you?
concurrency in C++?
multiThreading test