Table C-1. Non Working Software
Java programs using native threads | do not migrate since they use shared memory. Green Threads JVMs, however, allow for migration because each Java thread is a seperate process. | |
Applications using pthreads | Moshe wrote this answer about threading and openMosix to the mailing list.
| |
mySQL | uses shared memory. | |
Apache | uses shared memory. | |
Mathematica | uses shared memory. | |
SAP | uses shared memory | |
Oracle | uses shared memory | |
Baan | uses shared memory | |
Postgres | uses shared memory | |
Python with threading enabled |
A more recently updated list of both working and non working software can be found on the wiki pages
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |