Author: adrian.chadd
Date: Sun Apr 5 03:31:09 2009
New Revision: 13918
Modified:
branches/LUSCA_HEAD/src/store_client.c
Log:
Document the disk processes involved in the store client
Modified: branches/LUSCA_HEAD/src/store_client.c
==============================================================================
--- branches/LUSCA_HEAD/src/store_client.c (original)
+++ branches/LUSCA_HEAD/src/store_client.c Sun Apr 5 03:31:09 2009
@@ -87,6 +87,10 @@
* processes which call InvokeHandlers() on a data append will also call
* storeSwapOut().
*
+ * The disk read path also handles reading in and parsing the swap
metadata,
+ * populating the MemObject with the relevant data from the metadata, and
+ * then parsing the HTTP reply and populating the MemObject->reply with
that.
+ *
* Finally, storeResumeRead() is called in storeClientCopy3() to resume the
* server-side read if said read has been suspended. This forms part of the
* "flow control" used to start/stop server-side reading for event based
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---