pharo-nosql / OmniBase

OmniBase is Smalltalk efficient objects repository, BTree and filesystem based with full ACID features
MIT License
8 stars 3 forks source link

Refactored object locks to be contained in the OmniBase session inste… #8

Closed noha closed 3 years ago

noha commented 3 years ago

This is a first implement implementation to make object locks working within a database session and not only within a transaction. The system wide locking relied before on exclusive file locking which is not available on unix systems