| Sign In/My Account | View Cart |
| Article: |
Multiprocess JVMs | |
| Subject: | Preemption not guaranteed by the JVM | |
| Date: | 2001-09-27 15:26:26 | |
| From: | metalone | |
|
This is an interesting article. I have considered writing such a program in the past. However Java JVMs are not guaranteed to preempt a thread and give control to another thread. A thread must block in order to guarantee that another thread will run.
|
||