<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Mihael Hategan wrote:
<blockquote cite="mid:1228172647.4433.7.camel@localhost" type="cite">
  <pre wrap="">On Mon, 2008-12-01 at 16:52 -0600, Ioan Raicu wrote:

  </pre>
  <pre wrap="">...

  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">  
      </pre>
    </blockquote>
    <pre wrap="">I don't think you realize how expensive GPFS access is when doing so
at 100K CPU scale.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I don't think I understand what you mean by "access". As I said, things
that generate contention are going to be slow.

If the problem requires that contention to happen, then it doesn't
matter what the solution is. If it does not, then I suspect that there
is a way to avoid contention in GPFS, too (sticking things in different
directories).
  </pre>
</blockquote>
The basic idea is that many smaller shared file systems will scale
better than 1 large file system, as the contention is localized. The
problem is that having 1 global namespace is simple and straight
forward, but having N local namespaces is not, and requires extra
management. If we try to beat GPFS by implementing a global
shared/parallel file system, we are likely to fail, as Ben or you
already mentioned... but by changing the landscape a bit by splitting
the single large global space into many smaller spaces, we should gain
scalability and performance larger scales.<br>
<br>
Ioan<br>
<blockquote cite="mid:1228172647.4433.7.camel@localhost" type="cite">
  <pre wrap="">


  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
===================================================
Ioan Raicu
Ph.D. Candidate
===================================================
Distributed Systems Laboratory
Computer Science Department
University of Chicago
1100 E. 58th Street, Ryerson Hall
Chicago, IL 60637
===================================================
Email: <a class="moz-txt-link-abbreviated" href="mailto:iraicu@cs.uchicago.edu">iraicu@cs.uchicago.edu</a>
Web:   <a class="moz-txt-link-freetext" href="http://www.cs.uchicago.edu/~iraicu">http://www.cs.uchicago.edu/~iraicu</a>
<a class="moz-txt-link-freetext" href="http://dev.globus.org/wiki/Incubator/Falkon">http://dev.globus.org/wiki/Incubator/Falkon</a>
<a class="moz-txt-link-freetext" href="http://dsl-wiki.cs.uchicago.edu/index.php/Main_Page">http://dsl-wiki.cs.uchicago.edu/index.php/Main_Page</a>
===================================================
===================================================
</pre>
</body>
</html>