From c6ed5885ba8841a746c98a79635998c8890e73f1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 20 Apr 2012 08:32:41 +0200 Subject: updated some documentation changed pool db connection allocation strategy --- DEVELOPERS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'DEVELOPERS') diff --git a/DEVELOPERS b/DEVELOPERS index c79395c..1541732 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -8,6 +8,7 @@ Internal documentation for developers Transaction Policies Self-containment Testing + References Coding guidelines ----------------- @@ -96,7 +97,7 @@ specify transaction strategy as mount options? Self-containment ---------------- -React decently to loose of database connections. Try to reestablish +React decently to loss of database connections. Try to reestablish the connection, the loss of database connection could be temporary. What should be reported back as temporary error state to FUSE? @@ -118,3 +119,11 @@ while(true);do mkdir mnt/bla rmdir mnt/bla done + +References +---------- + +Good FUSE tutorials at: + +http://www.cs.hmc.edu/~geoff/classes/hmc.cs135.201109/homework/fuse/fuse_doc.html +http://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial/ -- cgit v1.2.3-54-g00ecf