Sha256: e8524eedcb7edbcc76f3c8ed6b5bdbf945b031b8759d6a944d834e3e743eed16
Contents?: true
Size: 868 Bytes
Versions: 1
Compression:
Stored size: 868 Bytes
Contents
\documentclass[a4paper, 10pt]{article} \usepackage{url} \usepackage{color} \usepackage{listings} \title{Distributed System} \author{Takahiko Ito} \begin{document} \maketitle \begin{abstract} This article covers distributed systems. \end{abstract} % @suppress Contraction WeakExpression \section{Summary} Some software tools work in more than one machine, and such distributed (cluster)systems can handle huge data or tasks, because such software tools make use of large amount of computer resources. In this article, we'll call a computer server that works as a member of a cluster an ``instance''. for example, each instance in distributed search engines stores the the fractions of data. Such distriubuted systems need a component to merge the preliminary results from member instnaces. %% \bibliographystyle{plain} %% \bibliography{reference} \end{document}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redpen-0.2.0 | lib/redpen-distribution-1.7.0/sample-doc/en/sampledoc-en.tex |