[jbossts-issues] [JBoss JIRA] (JBTM-1605) Integrate STM with vert.x

Mark Little (JIRA) jira-events at lists.jboss.org
Sat Mar 30 08:30:41 EDT 2013


Mark Little created JBTM-1605:
---------------------------------

             Summary: Integrate STM with vert.x
                 Key: JBTM-1605
                 URL: https://issues.jboss.org/browse/JBTM-1605
             Project: JBoss Transaction Manager
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: STM
    Affects Versions: 5.0.0.M2
            Reporter: Mark Little
            Assignee: Mark Little


Finish the work started last year. Actor+transaction model.

Due to the typical way vert.x works (one thread per task, unique classloader instance etc.), shared state is typically not a concern even between threads. STM still useful to ensure atomic updates in the presence of failures, or sharing via message passing. However, with our STM implementation, persistent instances can be shared between threads or processes in different address spaces if needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list