From: Wilton W. <ww...@ha...> - 2002-07-16 07:40:47
|
On Tue, 16 Jul 2002, Sadanand Kota wrote: > regarding clustermatic installation - My friend succeded in running > bpmaster and bpslave. Actually we are trying our own scheduling algorithms > using underlying process migration techniques from Mosix,Bproc. Is there a > way to migrate process using BPROC through a program by calling some > function and passing the required pid? ( bproc_move(node) migrates only > the current process .. right? ) I'm not sure what you mean by "migrate" but you can also use bproc_execmove() which will execve the program then move it to a specified node, or you could also use bproc_rfork() and create an identical child program on a specified node (same like fork) - Wilton ----[ Wilton William Wong ]--------------------------------------------- 11060-166 Avenue Ph : 01-780-456-9771 High Performance UNIX Edmonton, Alberta FAX: 01-780-456-9772 and Linux Solutions T5X 1Y3, Canada URL: http://www.harddata.com -------------------------------------------------------[ Hard Data Ltd. ]---- |