Re: [Devel] Re: [PATCH 0/9] OpenVZ kernel based checkpointing/restart

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Louis Rilling
Date: Friday, October 31, 2008 - 3:37 am

On Thu, Oct 30, 2008 at 02:32:51PM -0400, Oren Laadan wrote:
se we
 possible
 is
favor of
tc.
s a bit
each task
or the file
 than

Sure we can use a single stream, since we already share file descriptors ac=
cross
nodes. But the distributed synchronization of the file pointer is costly
compared to having each node access different files. This way we push the
parallelization bottelneck down to the file system rather than in the
distributed VFS layer.


We just try to avoid other bottlenecks :) And besides file descriptors, sha=
red
resources are as common as multi-threaded programs, which are not the major=
ity
of the workloads we can address.

Louis

--=20
Dr Louis Rilling			Kerlabs
Skype: louis.rilling			Batiment Germanium
Phone: (+33|0) 6 80 89 08 23		80 avenue des Buttes de Coesmes
http://www.kerlabs.com/			35700 Rennes
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/9] OpenVZ kernel based checkpointing/restart, Andrey Mirkin, (Wed Sep 3, 3:57 am)
[PATCH 4/9] Introduce container dump function, Andrey Mirkin, (Wed Sep 3, 3:57 am)
[PATCH 5/9] Introduce function to dump process, Andrey Mirkin, (Wed Sep 3, 3:57 am)
[PATCH 6/9] Introduce functions to dump mm, Andrey Mirkin, (Wed Sep 3, 3:57 am)
[PATCH 8/9] Introduce functions to restart a process, Andrey Mirkin, (Wed Sep 3, 3:57 am)
[PATCH 9/9] Introduce functions to restore mm, Andrey Mirkin, (Wed Sep 3, 3:57 am)
Re: [PATCH 0/9] OpenVZ kernel based checkpointing/restart, Cedric Le Goater, (Wed Sep 3, 5:28 am)
Re: [PATCH 3/9] Introduce context structure needed , Andrey Mirkin, (Wed Sep 3, 7:11 am)
Re: [PATCH 6/9] Introduce functions to dump mm, Louis Rilling, (Wed Sep 3, 7:17 am)
Re: [PATCH 0/9] OpenVZ kernel based checkpointing/restart, Serge E. Hallyn, (Wed Sep 3, 7:18 am)
Re: [PATCH 4/9] Introduce container dump function, Serge E. Hallyn, (Wed Sep 3, 7:23 am)
Re: [PATCH 0/9] OpenVZ kernel based checkpointing/restart, Cedric Le Goater, (Wed Sep 3, 7:26 am)
Re: [PATCH 3/9] Introduce context structure needed , Andrey Mirkin, (Wed Sep 3, 7:29 am)
Re: [PATCH 4/9] Introduce container dump function, Andrey Mirkin, (Wed Sep 3, 7:45 am)
Re: [PATCH 8/9] Introduce functions to restart a process, Pavel Machek, (Sat Sep 13, 10:34 am)
Re: [PATCH 0/9] OpenVZ kernel based checkpointing/restart, Louis Rilling, (Mon Oct 20, 4:10 am)
Re: [PATCH 0/9] OpenVZ kernel based checkpointing/restart, Daniel Lezcano, (Mon Oct 20, 6:25 am)
Re: [PATCH 0/9] OpenVZ kernel based checkpointing/restart, Cedric Le Goater, (Mon Oct 20, 6:48 am)
Re: [PATCH 0/9] OpenVZ kernel based checkpointing/restart, Daniel Lezcano, (Mon Oct 20, 6:49 am)
Re: [PATCH 0/9] OpenVZ kernel based checkpointing/restart, Daniel Lezcano, (Mon Oct 20, 9:37 am)
Re: [PATCH 0/9] OpenVZ kernel based checkpointing/restart, Serge E. Hallyn, (Mon Oct 20, 9:51 am)
Re: [PATCH 0/9] OpenVZ kernel based checkpointing/restart, Serge E. Hallyn, (Mon Oct 20, 10:23 am)
Re: [PATCH 0/9] OpenVZ kernel based checkpointing/restart, Serge E. Hallyn, (Mon Oct 20, 5:58 pm)
Re: [PATCH 0/9] OpenVZ kernel based checkpointing/restart, Cedric Le Goater, (Tue Oct 21, 2:36 am)
Re: [PATCH 0/9] OpenVZ kernel based checkpointing/restart, Daniel Lezcano, (Tue Oct 21, 6:24 am)
Re: [Devel] Re: [PATCH 0/9] OpenVZ kernel based checkpoint ..., Louis Rilling, (Fri Oct 31, 3:37 am)