[Haskell-cafe] More threading confusion

2006-08-17 Thread Creighton Hogg
Good afternoon Haskellers,So I'm trying to understand how STM works, and wrote a quick 'eating philosophers' example to see if I understood how it's supposed to work.The problem is that while it executes, it doesn't appear to *do* anything. Did I completely write things wrongheadedly or am I being

Re: [Haskell-cafe] More threading confusion

2006-08-17 Thread Chris Kuklewicz
Creighton Hogg wrote: Good afternoon Haskellers, So I'm trying to understand how STM works, and wrote a quick 'eating philosophers' example to see if I understood how it's supposed to work. The problem is that while it executes, it doesn't appear to *do* anything. Did I completely write