Use this tool to learn about websites, specifically the one you just entered.
If you find some aspect of it inappropriate it is not our fault.
If you are the owner of this website: yes we are a real search engine, we do have a real web crawler called FyberSpider and you can block it if you feel the urge.
Is It Cataloged?
We are in the process of updating this tool. Until we are done just use our search results to check the inclusion status of your site.
Find out if your site has been cataloged by top search engines for only $8.99.
Below you will see site info taken directly from the URL you entered in real time. This is also known as our URL Breakdown tool and can be used independently of our site info tool.
Page Title
Jeremy Zawodny's blog
Stripped Text Content
This is just a sample of the content found on this website. Please visit the website to read the entire page.
"Jeremy Zawodny's blog
Random thoughts on technology, aviation, and life in general...
June 18, 2009
Distributed Parallel Fault Tolerant File System Wanted
posted at 11:06 AM
link
comments (11)
bloglines
technorati
After re-thinking and re-tooling some of the work I've been doing
to take advantage of Gearman ,
I've started to wish for a big file system in the sky. I guess it's
no surprise that Google uses GFS with their Map/Reduce jobs and that
Hadoop has HDFS as a major piece of its infrastructure.
The Wikipedia page List of file systems has a
section
on Distributed
parallel fault tolerant file systems that appears to be a good
list of what's out there. The problem, of course, is that it's
little more than a list.
Do you have any experience with one or more of those?
Recommendations?
I should say that I'm only interested in something that's Open
Source and have a minor bias against big Java things as well as stuff
that appear as though it would cease to exist if a single company went
out of business.
I'm not too worried about POSIX compliance. The main use
would be for writing large files that other machines or processes
would then read all or part of. I don't need updates. The ability to
append would probably be nice, but that's easy to work around.
More specifically, these three have my eye at the moment:
CloudStore (was KFS) by Kosmix, a C++ clone of GFS
MogileFS from Danga, what can I say--I'm a Perl guy
HDFS the Hadoop file system
It's interesting that some solutions deal with blocks (often large)
while others deal with files. I'm not sure I have a preference for
either at the moment.
But I'm open to hearing about everything, so speak up! :-)
June 16, 2009
My Drizzle Article in Linux Magazine (XtraDB and Sphinx too!)
posted at 07:13 AM
link
comments (3)
bloglines
technorati
After a f"
....
read entire page