CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2012
    Posts
    2

    Implement : A High Performance and Low Cost Distributed File System

    Hi,

    Paper: A High Performance and Low Cost Distributed File System [IEEE 2011]

    I want to implement the "Experiment" section of this paper, in an educational environment;how can i do it?
    Any help is appreciated.

    Thanks


    Paper: http://forums.codeguru.com/attachmen...1&d=1334398433
    Last edited by HanneSThEGreaT; April 21st, 2012 at 02:00 AM.

  2. #2
    Join Date
    Nov 2002
    Location
    California
    Posts
    4,556

    Re: Implement : A High Performance and Low Cost Distributed File System

    The authors list their email addresses. Send them an email and ask for source code. Many authors are happy to provide it, especially in an educational environment.

    But you might be re-inventing the wheel. Distributed file systems are well-known, and there are robust implementations of them already out there, waiting for you to use. Hadoop is mentioned in the article several times, as is GFS (Google file system) and other related variants.

    Mike

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured