From: Erik A. H. <er...@he...> - 2002-07-16 14:26:41
|
On Tue, Jul 16, 2002 at 02:56:21AM -0500, Sadanand Kota wrote: > Our scheduling techniques involves selection of existing process' pids > based on certain criterion and move(migrate) that process to specified > node (also identified by our scheduling algorithm). Do you think this is > possible using BPROC ? Hope you undertand my question. Please let me know > if there is any confusion. ( As I understand bproc_execmove cannot be > used in this situation). There is no third party migration in BProc. In other words, a proces can not force another process to migrate to another node. A process can migrate itself at any time. Keep in mind that migration is NOT transparent - you will lose open files, etc when you migrate. - Erik |