* PROCESS IMIGRATION
@ 2002-12-12 18:04 Breno
2002-12-12 18:21 ` ciriso
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Breno @ 2002-12-12 18:04 UTC (permalink / raw)
To: Kernel List
Hi
I saw something about one project of FreeBSD and this is about imigration of
processes between two machines.
The kernel Linux has something about this , or some project like that ?
thanks
Breno
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: PROCESS IMIGRATION
2002-12-12 18:04 PROCESS IMIGRATION Breno
@ 2002-12-12 18:21 ` ciriso
2002-12-12 18:28 ` Breno
2002-12-12 21:16 ` venom
2002-12-13 14:47 ` Arnaldo Carvalho de Melo
2 siblings, 1 reply; 6+ messages in thread
From: ciriso @ 2002-12-12 18:21 UTC (permalink / raw)
To: Breno; +Cc: linux-kernel
d> Hi
>
> I saw something about one project of FreeBSD and this is about
> imigration of
> processes between two machines.
> The kernel Linux has something about this , or some project like that ?
Hi .
Perhaps are you finding OpenMosix ?
César
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: PROCESS IMIGRATION
2002-12-12 18:21 ` ciriso
@ 2002-12-12 18:28 ` Breno
2002-12-12 18:41 ` ciriso
0 siblings, 1 reply; 6+ messages in thread
From: Breno @ 2002-12-12 18:28 UTC (permalink / raw)
To: ciriso; +Cc: linux-kernel
César
OpenMosix do this operation ?
thanks
----- Original Message -----
From: <ciriso@retena.com>
To: "Breno" <breno_silva@bandnet.com.br>
Cc: <linux-kernel@vger.kernel.org>
Sent: Thursday, December 12, 2002 4:21 PM
Subject: Re: PROCESS IMIGRATION
> d> Hi
> >
> > I saw something about one project of FreeBSD and this is about
> > imigration of
> > processes between two machines.
> > The kernel Linux has something about this , or some project like that ?
>
> Hi .
> Perhaps are you finding OpenMosix ?
>
> César
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: PROCESS IMIGRATION
2002-12-12 18:28 ` Breno
@ 2002-12-12 18:41 ` ciriso
0 siblings, 0 replies; 6+ messages in thread
From: ciriso @ 2002-12-12 18:41 UTC (permalink / raw)
To: Breno; +Cc: linux-kernel
d> César
>
> OpenMosix do this operation ?
Well ,I have tree Pentium(200mmx , 166 & 120 ) running
with Mosix .This is a patch for the kernel, i have 2.4.19 and
several user progs for admin.
Now , the node #3 is running setiathome owned for the node #1.
Basicly the nodes balance yours loads.
http://www.mosix.org
http://www.openmosix.org
Sorry for my english :)
> thanks
> ----- Original Message -----
> From: <ciriso@retena.com>
> To: "Breno" <breno_silva@bandnet.com.br>
> Cc: <linux-kernel@vger.kernel.org>
> Sent: Thursday, December 12, 2002 4:21 PM
> Subject: Re: PROCESS IMIGRATION
>
>
> > d> Hi
> > >
> > > I saw something about one project of FreeBSD and this is about
> > > imigration of
> > > processes between two machines.
> > > The kernel Linux has something about this , or some project like
> that ?
> >
> > Hi .
> > Perhaps are you finding OpenMosix ?
> >
> > César
> >
> >
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: PROCESS IMIGRATION
2002-12-12 18:04 PROCESS IMIGRATION Breno
2002-12-12 18:21 ` ciriso
@ 2002-12-12 21:16 ` venom
2002-12-13 14:47 ` Arnaldo Carvalho de Melo
2 siblings, 0 replies; 6+ messages in thread
From: venom @ 2002-12-12 21:16 UTC (permalink / raw)
To: Breno; +Cc: Kernel List
You could have a loock at:
http://www.openmosix.org
On Thu, 12 Dec 2002, Breno wrote:
> Date: Thu, 12 Dec 2002 16:04:46 -0200
> From: Breno <breno_silva@bandnet.com.br>
> To: Kernel List <linux-kernel@vger.kernel.org>
> Subject: PROCESS IMIGRATION
>
> Hi
>
> I saw something about one project of FreeBSD and this is about imigration of
> processes between two machines.
> The kernel Linux has something about this , or some project like that ?
>
> thanks
> Breno
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: PROCESS IMIGRATION
2002-12-12 18:04 PROCESS IMIGRATION Breno
2002-12-12 18:21 ` ciriso
2002-12-12 21:16 ` venom
@ 2002-12-13 14:47 ` Arnaldo Carvalho de Melo
2 siblings, 0 replies; 6+ messages in thread
From: Arnaldo Carvalho de Melo @ 2002-12-13 14:47 UTC (permalink / raw)
To: Breno; +Cc: Kernel List
Em Thu, Dec 12, 2002 at 04:04:46PM -0200, Breno escreveu:
> I saw something about one project of FreeBSD and this is about imigration of
> processes between two machines.
> The kernel Linux has something about this , or some project like that ?
Right next door (oops, city):
http://www.cos.ufrj.br/~edpin/epckpt/
What is EPCKPT?
EPCKPT is a checkpoint/restart utility built into the Linux kernel.
Checkpointing is the ability to save an image of the state of a
process (or group of processes) at a certain point during its
lifetime. Checkpoints are important to a wide range of applications.
The most common uses for checkpointing are:
* Fault-tolerance
* Applications trace/Debugging
* Rollback/Animated playback
* Process migration
Our main interest right now is process migration. So, we optimized
EPCKPT to make process' image the smaller possible, so migration costs
would be low.
- Arnaldo
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-12-13 14:39 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-12 18:04 PROCESS IMIGRATION Breno
2002-12-12 18:21 ` ciriso
2002-12-12 18:28 ` Breno
2002-12-12 18:41 ` ciriso
2002-12-12 21:16 ` venom
2002-12-13 14:47 ` Arnaldo Carvalho de Melo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome