In my case, I want to know if it is safe to use the state-machine gem in either normal ruby threads or with the celluloid gem that uses the actor approach to concurrency.
Many thanks.
Message has been deleted
bg
unread,
Dec 8, 2012, 2:09:26 PM12/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pluginaw...@googlegroups.com
It seems Pluginaweek state-machine is unsuitable for use in any multi-threaded rails app. That is my conclusion since no one responded suggesting it is unsuitable.
In the meantime I am reading around and might try this celluloid gem's -finite-state-machine implemenetation, since it comes inbuilt into the celluloid gem which uses the actor pattern for multi-threading: