On Fri, May 30, 2008 at 8:37 AM, Matt Smith <[EMAIL PROTECTED]> wrote: > > ActiveRecord::Base.allow_concurrency = true > > That did the trick. We had multiple jobs/threads using ActiveRecord. > Without this setting we saw many errors. Thanks for the tip.
Hello Matt, cool, thanks for sharing the news :) > Also, what are your thoughts on http://www.infoq.com/news/2008/05/wfxml-r > ? discussions : http://groups.google.com/group/openwferu-dev/search?q=restful&start=0&scoring=d& http://groups.google.com/group/openwferu-users/search?q=restful&start=0&scoring=d& My vision of a RESTful thinggy : http://jmettraux.wordpress.com/2008/05/07/restful-workflow-engine-on-sinatra/ My first attempt : http://github.com/jmettraux/kisha Pat Cappelaere's work : http://github.com/cappelaere/ruote-web And you, what do you think about wfxml-r ? Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
