[4214] in arla-drinkers

home help back first fref pref prev next nref lref last post

Re: parallel I/O

daemon@ATHENA.MIT.EDU (Tomas Olsson)
Thu Oct 25 16:45:43 2007

From arla-drinkers-bounces@stacken.kth.se Thu Oct 25 20:45:43 2007
Return-Path: <arla-drinkers-bounces@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 6240 invoked from network); 25 Oct 2007 20:45:43 -0000
Received: from mx2.kth.se (130.237.48.98)
  by charon.mit.edu with SMTP; 25 Oct 2007 20:45:43 -0000
Received: from localhost (localhost [127.0.0.1])
	by mx2.kth.se (Postfix) with ESMTP id BF120109FDE;
	Thu, 25 Oct 2007 22:45:40 +0200 (CEST)
X-Virus-Scanned: by amavisd-new at kth.se
Received: from mx2.kth.se ([127.0.0.1])
	by localhost (mx2.kth.se [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id deSIjdtpNtGp; Thu, 25 Oct 2007 22:45:37 +0200 (CEST)
Received: from tapas.stacken.kth.se (tapas.stacken.kth.se [130.237.234.140])
	by mx2.kth.se (Postfix) with ESMTP id D2620109EA7;
	Thu, 25 Oct 2007 22:45:17 +0200 (CEST)
Received: from tapas.stacken.kth.se (localhost [127.0.0.1])
	by tapas.stacken.kth.se (Postfix) with ESMTP id DA55253512;
	Thu, 25 Oct 2007 22:45:16 +0200 (CEST)
X-Original-To: arla-drinkers@tapas.stacken.kth.se
Delivered-To: arla-drinkers@tapas.stacken.kth.se
Received: from brev.stacken.kth.se (brev.stacken.kth.se [130.237.234.84])
	by tapas.stacken.kth.se (Postfix) with ESMTP id 921BF53512
	for <arla-drinkers@tapas.stacken.kth.se>;
	Thu, 25 Oct 2007 22:45:14 +0200 (CEST)
Received: from smtp-2.sys.kth.se (smtp-2.sys.kth.se [130.237.32.160])
	by brev.stacken.kth.se (8.12.10/8.12.10) with ESMTP id l9PKjDn7028987
	for <arla-drinkers@stacken.kth.se>;
	Thu, 25 Oct 2007 22:45:13 +0200 (MET DST)
Received: from localhost (localhost [127.0.0.1])
	by smtp-2.sys.kth.se (Postfix) with ESMTP id 7A75414D7D9
	for <arla-drinkers@stacken.kth.se>;
	Thu, 25 Oct 2007 22:45:08 +0200 (CEST)
X-Virus-Scanned: by amavisd-new at kth.se
X-Spam-Score: -2.599
X-Spam-Level: 
X-Spam-Status: No, score=-2.599 tagged_above=-200 required=5
	tests=[BAYES_00=-2.599, DKIM_POLICY_SIGNSOME=0.001, NO_RELAYS=-0.001]
Received: from smtp-2.sys.kth.se ([127.0.0.1])
	by localhost (smtp-2.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id dBybb0yF6Pdi; Thu, 25 Oct 2007 22:45:06 +0200 (CEST)
Received: from webmail.sys.kth.se (unknown
	[IPv6:2001:6b0:1:1300:214:38ff:fec5:5a2d])
	by smtp-2.sys.kth.se (Postfix) with ESMTP id C68B814D7D3;
	Thu, 25 Oct 2007 22:45:06 +0200 (CEST)
Received: from 130.237.234.104 (SquirrelMail authenticated user tol)
	by webmail.sys.kth.se with HTTP;
	Thu, 25 Oct 2007 22:45:06 +0200 (CEST)
Message-ID: <59677.130.237.234.104.1193345106.squirrel@webmail.sys.kth.se>
In-Reply-To: <ef99b6f40710221343s6a081412vdbb6832f33945936@mail.gmail.com>
References: <ef99b6f40710221343s6a081412vdbb6832f33945936@mail.gmail.com>
Date: Thu, 25 Oct 2007 22:45:06 +0200 (CEST)
Subject: Re: parallel I/O
From: "Tomas Olsson" <tol@stacken.kth.se>
To: "Steven Jenkins" <steven.jenkins@gmail.com>
User-Agent: SquirrelMail/1.4.5
MIME-Version: 1.0
X-Priority: 3 (Normal)
Importance: Normal
Cc: arla-drinkers@stacken.kth.se
X-BeenThere: arla-drinkers@stacken.kth.se
X-Mailman-Version: 2.1.6
Precedence: list
List-Id: Arla discussions <arla-drinkers.stacken.kth.se>
List-Unsubscribe: <https://lists.stacken.kth.se/mailman/listinfo/arla-drinkers>, 
	<mailto:arla-drinkers-request@stacken.kth.se?subject=unsubscribe>
List-Archive: <http://lists.stacken.kth.se/pipermail/arla-drinkers>
List-Post: <mailto:arla-drinkers@stacken.kth.se>
List-Help: <mailto:arla-drinkers-request@stacken.kth.se?subject=help>
List-Subscribe: <https://lists.stacken.kth.se/mailman/listinfo/arla-drinkers>, 
	<mailto:arla-drinkers-request@stacken.kth.se?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: arla-drinkers-bounces@stacken.kth.se
Errors-To: arla-drinkers-bounces@stacken.kth.se

Steven Jenkins wrote:
> I was talking with Derrick Brashear earlier about parallel I/O (e.g.,
> allow a single cache manager to get chunks of data from multiple file
> servers simultaneously and not just prefer a single server at a time
> for a given fid), and he mentioned that you guys have done some work
> on it for Arla.
>
Nothing in place, as far as I know. Probably doable though.

/t

_______________________________________________
Arla-drinkers mailing list
Arla-drinkers@stacken.kth.se
https://lists.stacken.kth.se/mailman/listinfo/arla-drinkers

home help back first fref pref prev next nref lref last post