[overlord-issues] [JBoss JIRA] Created: (SOAG-68) Async Perform

Gary Brown (JIRA) jira-events at lists.jboss.org
Wed Oct 15 13:11:20 EDT 2008


Async Perform
-------------

                 Key: SOAG-68
                 URL: https://jira.jboss.org/jira/browse/SOAG-68
             Project: SOA Governance
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: Gary Brown
            Assignee: Jeff Yu


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 contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the overlord-issues mailing list