From 5cb17a0bc2a13e1e7b019b270c7bb586d28f9557 Mon Sep 17 00:00:00 2001 From: jrayhawk Date: Thu, 17 Sep 2009 15:06:17 -0700 Subject: Adding note on caching. --- architecture/data.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'architecture') diff --git a/architecture/data.mdwn b/architecture/data.mdwn index fa83ca9..ce951e0 100644 --- a/architecture/data.mdwn +++ b/architecture/data.mdwn @@ -1,6 +1,6 @@ Data model! -Dynamic data lookup should opportunisticly cache any associated cheap data. For instance, there are three data from stat(/srv/git/$reponame.git), so looking up one should grab the others. /etc/password parsing would be similar. +Dynamic data lookup should opportunisticly cache any associated cheap data. For instance, there are three data from stat(/srv/git/$reponame.git), so looking up one should grab the others. Jules points out that everything here is inherently cached, and I should be using getpw*() for passwd parsing. [[!table format=dsv delimiter=# data=""" datum #stored location #constraint -- cgit v1.2.3