
Tom Ellis wrote:
From associate of mine: "I am quite curious if anyone actually uses Haskell (esp STM) successfully in business."
Of course I can anwser the general question about usage of Haskell in business, but I don't know much about STM specifically. Can anyone provide me with any references to where STM has been used in production in a business setting?
I used STM in a helper application for an internal web app in my current job. The helper polls a database for jobs once an hour and places jobs in an work queue and mulltiple workers pull from the work queue and exectue the jobs. The work queue is built out of STM elements. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/