|
||
|
|||
|
Hi all
I am going to learn Java threads, but I haven't seen anything about using fork in Java. As you may know, there is a method for having more than one process of a same program in C or C++, called fork. Then, each process can have many threads to do sth. I know that Java supports multi thread applications, but how about multi process applications?
|
|
||||
|
Hello rushenas and welcome to the Java Programming Forums.
This is a very complicated subject. I have no experience in this for that very reason! Take a look at these links, they should help you further. http://gee.cs.oswego.edu/dl/papers/fj.pdf Java theory and practice: Stick a fork in it, Part 1
__________________
Don't forget to add syntax highlighted code tags around your code: [highlight=Java] code here [/highlight] Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|