Re: General question: Petri nets and STM in clojure

2010-03-23 Thread Ryan Teo
eys videos.) > > Dont know whether thats been helpful, but I cant do more. > > Kind regards, alxu > > Ryan Teo schrieb: > > > Hi alux, Andrej, > >   Thanks! > >   I'm still trying to understand how STM works in Clojure, so I would > > be happy

Re: General question: Petri nets and STM in clojure

2010-03-22 Thread Ryan Teo
Hi alux, Andrej, Thanks! I'm still trying to understand how STM works in Clojure, so I would be happy if someone could tell me what's the relationship between Petri nets and the STM model. Is Petri nets analogous to the STM? If you have any good online resource, I would be very grateful if yo

General question: Petri nets and STM in clojure

2010-03-21 Thread Ryan Teo (SG)
Hi everyone, I just chanced upon Petri nets and struggling to understand the theory. However, a knowledge of it seems to help design concurrent systems and provide a theoretical basis for the points raised by Rich in the explanation of how time is derived from local causality. I think it's som