On Mon, 2005-10-24 at 23:09 +0100, Martin wrote: > On Mon, 2005-10-24 at 18:21 +0200, Dave Hansen wrote: > > I'm working on a project to checkpoint and restart processes. Obviously, > > after a > > process dies, and is "transparently" restarted, it might get confused > > because > > its pid changed. (This is one of many issues, but I'm starting with pids) > I've seen some process checkpointing / migration patches for Linux in > the past. Have you had a look around to see if there is anything else > that already does this. Perhaps I'm getting the wrong end of the stick > but it might save you some time.
Basically, all of the existing patches were meant to be just that: patches. My goal is to get everything into the mainline kernel. It turns out that it's much easier to step back and rethink what we need, and recode it to the current kernel standards than try to shoehorn something that exists into shape. Also, many of the existing projects try to do too much in userspace. That said, I'm getting lots of inspiration from existing projects like vserver. -- Dave _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
