summaryrefslogtreecommitdiff
path: root/DEVELOPERS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-19 18:28:26 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-19 18:28:26 +0200
commit0b06672e144335ae5a3d7c4a19f35c2cfc142722 (patch)
treed5b1add704a58610daf280b3247eadd2fadce610 /DEVELOPERS
parentc103c6ee705fee4ba51bb40854b06908b8e7f3d8 (diff)
downloadpgfuse-0b06672e144335ae5a3d7c4a19f35c2cfc142722.tar.gz
pgfuse-0b06672e144335ae5a3d7c4a19f35c2cfc142722.tar.bz2
fixed pooling (using conn pointer, not fuse_context->pid() )
fixed thread in verbose debug messages added a missing RELEASE in fgetattr (pgfuse was naturally blocking)
Diffstat (limited to 'DEVELOPERS')
-rw-r--r--DEVELOPERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/DEVELOPERS b/DEVELOPERS
index e350530..c79395c 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -112,3 +112,9 @@ commands of the shell).
bonnie is a good stress and performance tester. Don't despair because
of poor performance, that's normal. :-)
+Several shells in parallel doing:
+
+while(true);do
+ mkdir mnt/bla
+ rmdir mnt/bla
+done