tberthel / gaevfs

Automatically exported from code.google.com/p/gaevfs
Apache License 2.0
0 stars 0 forks source link

distributed locks #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A distributed locking mechanism needs to be implemented for GaeVFS. It should 
be possible to base these on memcached counters.

Original issue reported on code.google.com by vbonfa...@gmail.com on 14 Aug 2009 at 9:11

GoogleCodeExporter commented 9 years ago
After this is implemented, H2 locking requirements need to be investigated.

Original comment by vbonfa...@gmail.com on 14 Aug 2009 at 9:12

GoogleCodeExporter commented 9 years ago
Distributed locks are now available in the com.newatlanta.appengine.locks 
package.

Original comment by vbonfa...@gmail.com on 11 Sep 2009 at 10:01