Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > df754e4e6f7f5fc8ab9d6ed8559f3e3d > files > 83

bacula-docs-5.0.3-19.fc16.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2008 (1.71)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>SD Development Outline</TITLE>
<META NAME="description" CONTENT="SD Development Outline">
<META NAME="keywords" CONTENT="developers">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="developers.css">

<LINK REL="next" HREF="SD_Connections_Sessions.html">
<LINK REL="previous" HREF="SD_Design_Introduction.html">
<LINK REL="up" HREF="Storage_Daemon_Design.html">
<LINK REL="next" HREF="SD_Connections_Sessions.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html954"
  HREF="SD_Connections_Sessions.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html948"
  HREF="Storage_Daemon_Design.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html942"
  HREF="SD_Design_Introduction.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html950"
  HREF="Contents.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html952"
  HREF="GNU_Free_Documentation_Lice.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html955"
  HREF="SD_Connections_Sessions.html">SD Connections and Sessions</A>
<B> Up:</B> <A NAME="tex2html949"
  HREF="Storage_Daemon_Design.html">Storage Daemon Design</A>
<B> Previous:</B> <A NAME="tex2html943"
  HREF="SD_Design_Introduction.html">SD Design Introduction</A>
 &nbsp; <B>  <A NAME="tex2html951"
  HREF="Contents.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html953"
  HREF="GNU_Free_Documentation_Lice.html">Index</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H1><A NAME="SECTION00920000000000000000"></A>
<A NAME="2112"></A>
<A NAME="2113"></A>
<BR>
SD Development Outline
</H1>

<P>
In order to provide a high performance backup and restore solution that scales
to very large capacity devices and networks, the storage daemon must be able
to extract as much performance from the storage device and network with which
it interacts. In order to accomplish this, storage daemons will eventually
have to sacrifice simplicity and painless portability in favor of techniques
which improve performance. My goal in designing the storage daemon protocol
and developing the initial prototype storage daemon is to provide for these
additions in the future, while implementing an initial storage daemon which is
very simple and portable to almost any POSIX-like environment. This original
storage daemon (and its evolved descendants) can serve as a portable solution
for non-demanding backup requirements (such as single servers of modest size,
individual machines, or small local networks), while serving as the starting
point for development of higher performance configurable derivatives which use
techniques such as POSIX threads, shared memory, asynchronous I/O, buffering
to high-speed intermediate media, and support for tape changers and jukeboxes.

<P>
<HR>
<!--Navigation Panel-->
<A NAME="tex2html954"
  HREF="SD_Connections_Sessions.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html948"
  HREF="Storage_Daemon_Design.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html942"
  HREF="SD_Design_Introduction.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html950"
  HREF="Contents.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html952"
  HREF="GNU_Free_Documentation_Lice.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html955"
  HREF="SD_Connections_Sessions.html">SD Connections and Sessions</A>
<B> Up:</B> <A NAME="tex2html949"
  HREF="Storage_Daemon_Design.html">Storage Daemon Design</A>
<B> Previous:</B> <A NAME="tex2html943"
  HREF="SD_Design_Introduction.html">SD Design Introduction</A>
 &nbsp; <B>  <A NAME="tex2html951"
  HREF="Contents.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html953"
  HREF="GNU_Free_Documentation_Lice.html">Index</A></B> 
<!--End of Navigation Panel-->
<ADDRESS>

2012-01-24
</ADDRESS>
</BODY>
</HTML>