Re:Re: Code

1999-12-24 Thread Kip Macy
> Was Elf related to Sprite? > > Jamie Doh. That is probably what I meant to refer to. It has been a long time since I read about it. -Kip To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re:Re: Code

1999-12-24 Thread Jamie Howard
On Wed, 22 Dec 1999, Kip Macy wrote: > Typically it refers to moving a process and all its associated attributes > from one machine to another. There are a lot of problems with it, to > the best of my knowledge the only OS that ever managed to get it right was > Berkeley's Elf which was designed

Re:Re: Code

1999-12-22 Thread Julian Elischer
to freeze a process in mid-action, and move hte stored process state and memory image to a different machine and restart it exactly where it was frozen. The program should not be able to tell the difference. On Thu, 23 Dec 1999 [EMAIL PROTECTED] wrote: > > > > Can you tell me what does "proc

Re:Re: Code

1999-12-22 Thread Kip Macy
Typically it refers to moving a process and all its associated attributes from one machine to another. There are a lot of problems with it, to the best of my knowledge the only OS that ever managed to get it right was Berkeley's Elf which was designed with it in mind from the beginning. Osterhout,

Re:Re: Code

1999-12-22 Thread miaobo
Can you tell me what does "process migration" mean? Thanks! To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message