|
From: Sadanand K. <sa...@ci...> - 2002-07-16 07:56:24
|
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). Thanks a lot for your timely help, Sadanand On Tue, 16 Jul 2002, Wilton Wong wrote: > > 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. ]---- > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Jabber - The world's fastest growing > real-time communications platform! Don't just IM. Build it in! > http://www.jabber.com/osdn/xim > _______________________________________________ > BProc-users mailing list > BPr...@li... > https://lists.sourceforge.net/lists/listinfo/bproc-users > |