From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sun, 28 Feb 2010 06:14:39 +0000 (-0800)
Subject: docs: fix the asymptotic network performance of mutable file download in performance... 
X-Git-Tag: allmydata-tahoe-1.6.1~2
X-Git-Url: https://git.rkrishnan.org/pf/content/en/footer/FOOURL?a=commitdiff_plain;h=94330022359ed3d74729d97d88228d04a38b108a;p=tahoe-lafs%2Ftahoe-lafs.git

docs: fix the asymptotic network performance of mutable file download in performance.txt, rename the howto-make-a-release file
---

diff --git a/docs/how_to_make_a_tahoe-lafs_release.txt b/docs/how_to_make_a_tahoe-lafs_release.txt
new file mode 100644
index 00000000..863e0bc7
--- /dev/null
+++ b/docs/how_to_make_a_tahoe-lafs_release.txt
@@ -0,0 +1,18 @@
+1 update doc files: relnotes.txt, CREDITS, docs/known_issues.txt, NEWS. Add release name and date to top-most item in NEWS.
+2 change docs/install.html to point to just the current tahoe-X.Y.Z.zip source code file, or else to point to a directory which contains only tahoe-X.Y.Z.* source code files
+3 darcs pull
+4 make tag
+5 make sure buildbot is green
+6 make sure other people aren't committing at that moment
+7 push tag along with some other patch to trigger buildslaves
+8 make sure buildbot is green
+9 make sure debs got built and uploaded properly
+10 make sure a sumo sdist tarball got built and uploaded properly
+11 send out relnotes.txt: tahoe-announce@lists.allmydata.org, tahoe-dev@lists.allmydata.org, p2p-hackers@lists.zooko.com, lwn@lwn.net, cap-talk@mail.eros-os.org, cryptography@metzdown.com, twisted-python@twistedmatrix.com, fuse-devel@lists.sourceforge.net, duplicity-talk@nongnu.org, news@phoronix.com, python-list@python.org, cygwin@cygwin.com, linked in cloud storage group, The Boulder Linux Users' Group, cryptopp-users@googlegroups.com, the "decentralization" group on groups.yahoo.com, andrew.orlowski@theregister.co.uk, tiddlywiki, hadoop, bzr, the cloud computing group on google, bacula mailing list, amanda?
+12 update Wiki: front page news, news, old news, parade of release notes
+13 update hacktahoe.org
+14 update "current version" information and make an "announcement of new release" on freshmeat
+15 upload to pypi with "python ./setup.py sdist upload register"
+16 update "current version" information and make an "announcement of new release" on launchpad
+17 symlink the release tarball on allmydata.org: /var/www/source/tahoe/releases/
+18 close the Milestone on the trac Roadmap
diff --git a/docs/how_to_make_a_tahoe_release.txt b/docs/how_to_make_a_tahoe_release.txt
deleted file mode 100644
index 863e0bc7..00000000
--- a/docs/how_to_make_a_tahoe_release.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-1 update doc files: relnotes.txt, CREDITS, docs/known_issues.txt, NEWS. Add release name and date to top-most item in NEWS.
-2 change docs/install.html to point to just the current tahoe-X.Y.Z.zip source code file, or else to point to a directory which contains only tahoe-X.Y.Z.* source code files
-3 darcs pull
-4 make tag
-5 make sure buildbot is green
-6 make sure other people aren't committing at that moment
-7 push tag along with some other patch to trigger buildslaves
-8 make sure buildbot is green
-9 make sure debs got built and uploaded properly
-10 make sure a sumo sdist tarball got built and uploaded properly
-11 send out relnotes.txt: tahoe-announce@lists.allmydata.org, tahoe-dev@lists.allmydata.org, p2p-hackers@lists.zooko.com, lwn@lwn.net, cap-talk@mail.eros-os.org, cryptography@metzdown.com, twisted-python@twistedmatrix.com, fuse-devel@lists.sourceforge.net, duplicity-talk@nongnu.org, news@phoronix.com, python-list@python.org, cygwin@cygwin.com, linked in cloud storage group, The Boulder Linux Users' Group, cryptopp-users@googlegroups.com, the "decentralization" group on groups.yahoo.com, andrew.orlowski@theregister.co.uk, tiddlywiki, hadoop, bzr, the cloud computing group on google, bacula mailing list, amanda?
-12 update Wiki: front page news, news, old news, parade of release notes
-13 update hacktahoe.org
-14 update "current version" information and make an "announcement of new release" on freshmeat
-15 upload to pypi with "python ./setup.py sdist upload register"
-16 update "current version" information and make an "announcement of new release" on launchpad
-17 symlink the release tarball on allmydata.org: /var/www/source/tahoe/releases/
-18 close the Milestone on the trac Roadmap
diff --git a/docs/performance.txt b/docs/performance.txt
index 03cf235d..16ee370b 100644
--- a/docs/performance.txt
+++ b/docs/performance.txt
@@ -51,7 +51,7 @@ notes: When asked to read an arbitrary range of an immutable file,
 === Downloading B bytes of an A-byte mutable file ===
 
 network: A
-memory footprint: N/k*A
+memory footprint: A
 
 notes: As currently implemented, mutable files must be downloaded in
        their entirety before any part of them can be read. We are