MDSLab / s4t-lightning-rod

Implementation of the Lightning-rod, the Stack4Things node-side probe (this version works with the standalone version of IoTronic)
http://stack4things.unime.it/
Apache License 2.0
3 stars 8 forks source link

Contention mechanisms with drivers #29

Open flongo82 opened 8 years ago

flongo82 commented 8 years ago

If more users mount a remote filesystem exported by a driver we can have contention problems. We should understand how to introduce some mechanisms to avoid it. Maybe some kind of lock/unlock functionalities or something similar.