job migration
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Daniel Ridge newt at scyld.comFri Mar 9 10:21:47 PST 2001
- Previous message: job migration
- Next message: job migration
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 8 Mar 2001, Jag wrote: > On Thu, 08 Mar 2001, Daniel Ridge wrote: > > Why not just use fork()/bproc_execmove() ? You don't need then to have any > > of the binaries installed remotely. You can (if you're clever) even > > manage to get the dynamic link step to happen on the frontend. > > I didn't do that because I need to be able to redirect > stdin/stdout/stderr. BProc can't forward open file descriptors, so I > have to rfork, open the new files, use the dup2 magic to redirect stdin > and stdout, then exec() the process. See my recent post on the bproc > list if you actually want to see some code for that. bpsh knows how to do this already. Would it be more helpful if I made bpsh available as libbpsh? Regards, Dan Ridge Scyld Computing Corporation
- Previous message: job migration
- Next message: job migration
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
