What do you mean by "I can't control the value of the ref"? Could you provide some code to show what you mean?
- James On 20 June 2014 18:10, Hussein B. <[email protected]> wrote: > Hi, > > I have a ref that saves the ID of last processed event. > > Of course, I'm using Clojure STM facility. The problem now is I can't > control the value of the ref. Due massive concurrency, it is updated and my > logic is broken. > > How to guard, and really guard the update of that ref? > > Should I do (locking) ? > > Thanks for help and time. > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
