]
Mark Little commented on JBTM-1605:
-----------------------------------
I think the initial version of this is done. Just working with Tim on the packaging and
example.
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: