zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
88 stars 17 forks source link

add semaphore to protect instance access #66

Open zippy opened 8 years ago

zippy commented 8 years ago

for example, we have to synchronize access to the tick instance in the clock receptor between it's update thread and any GETing of it...

artbrock commented 8 years ago

I have some kind of related stuff to talk with you about regarding ACID, synchronization, and when we consider a "transaction" complete and how to allow reads on information that is in the midst of modification.