f3-factory / fatfree-core

Fat-Free Framework core library
GNU General Public License v3.0
207 stars 88 forks source link

Add option to disable file locking #246

Closed ikkez closed 5 years ago

ikkez commented 6 years ago

Just for reference: https://github.com/bcosca/fatfree/issues/884 and https://github.com/bcosca/fatfree/issues/1109

The LOCK_EX flag in Base->write is causing issues on google cloud platform and should not be used in such an environment.

ikkez commented 6 years ago

Shall we simply add a HIVE var like LOCK to define the flag's value? Or any better idea?