[
https://issues.jboss.org/browse/SOAG-68?page=com.atlassian.jira.plugin.sy...
]
Gary Brown closed SOAG-68.
--------------------------
Resolution: Out of Date
Closing as related to old Overlord work which has migrated to other projects. For the
immediate future Overlord and its jira project will be used by some new sub-projects, and
therefore clearing out old issues.
Async Perform
-------------
Key: SOAG-68
URL:
https://issues.jboss.org/browse/SOAG-68
Project: Overlord
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Conversation Runtime
Affects Versions: 1.0 MR1
Reporter: Gary Brown
Assignee: Jeff Yu
Fix For: 1.0 CR1
Currently the Brokerage example iterates through a list of suppliers to find the best
quote, before proceeding to perform a credit check and complete the transaction.
However the list of suppliers is processed using a loop containing a synchronous perform,
so each supplier is dealt with in turn.
The next step is to cater for an asynchronous perform, where the suppliers can be dealt
with concurrently (i.e. so multiple sub-sessions active at the same time). This would
require the 'WhenAction' to block, awaiting all of the sub-sessions to complete,
before making its decision regarding the best quote.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira