summaryrefslogtreecommitdiff
path: root/DEVELOPERS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-20 08:32:41 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-20 08:32:41 +0200
commitc6ed5885ba8841a746c98a79635998c8890e73f1 (patch)
tree6d3ca9a01703fcdf892e1a00a1482613b26bea0f /DEVELOPERS
parent0ea77430477d3c93173b7a16b44e6f6d9743ec0b (diff)
downloadpgfuse-c6ed5885ba8841a746c98a79635998c8890e73f1.tar.gz
pgfuse-c6ed5885ba8841a746c98a79635998c8890e73f1.tar.bz2
updated some documentation
changed pool db connection allocation strategy
Diffstat (limited to 'DEVELOPERS')
-rw-r--r--DEVELOPERS11
1 files changed, 10 insertions, 1 deletions
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/