<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Parallel Gateway and Java Concurreny with Java Service Task in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-java-concurreny-with-java-service-task/m-p/27479#M13832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the 'workaround' is described above. But you can also try the sourcecode and look at async continuations.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Sep 2011 16:10:21 GMT</pubDate>
    <dc:creator>ronald_van_kuij</dc:creator>
    <dc:date>2011-09-22T16:10:21Z</dc:date>
    <item>
      <title>Parallel Gateway and Java Concurreny with Java Service Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-java-concurreny-with-java-service-task/m-p/27474#M13827</link>
      <description>Currently, the Parallel Gateway does not guarantee (nor support I don't think) concurrency of Java Service Tasks, as from what I can tell, the tasks are executed sequentially.1)&amp;nbsp; Is there plans to support concurrency of Java Service Tasks used with Parallel Gateways?2)&amp;nbsp; Is there a recommended method</description>
      <pubDate>Fri, 01 Apr 2011 23:51:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-java-concurreny-with-java-service-task/m-p/27474#M13827</guid>
      <dc:creator>rdewall</dc:creator>
      <dc:date>2011-04-01T23:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Gateway and Java Concurreny with Java Service Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-java-concurreny-with-java-service-task/m-p/27475#M13828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, parallel refers to 'business concurrency', not to actual threading.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Secondly, having 'real' concurrency mixed with the transactions of executing the process is asking for troubles: synchronisations, race conditions, etc. So in the end, in our opinion, it's just not worth it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 06:54:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-java-concurreny-with-java-service-task/m-p/27475#M13828</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-04-04T06:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Gateway and Java Concurreny with Java Service Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-java-concurreny-with-java-service-task/m-p/27476#M13829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is too bad… why will I use parallel gateways if you execute task sequentially?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need this functionnality to work, do you have a work around?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 08:32:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-java-concurreny-with-java-service-task/m-p/27476#M13829</guid>
      <dc:creator>jherryft</dc:creator>
      <dc:date>2011-04-12T08:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Gateway and Java Concurreny with Java Service Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-java-concurreny-with-java-service-task/m-p/27477#M13830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;there is a workaround (a rather heavy one)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for each parallel branch, you send a message (jms or so) and then introduce a wait state.&amp;nbsp; once that transaction commits, the message listener of the queue will be called and that should just send a signal to the execution.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;that principle is what we call an asynchronous continuation.&amp;nbsp; it's on our roadmap, but we can't tell at this point when it will make it into a concrete release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 11:54:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-java-concurreny-with-java-service-task/m-p/27477#M13830</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2011-04-12T11:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Gateway and Java Concurreny with Java Service Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-java-concurreny-with-java-service-task/m-p/27478#M13831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;jherryft, did you get a workaround?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 14:00:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-java-concurreny-with-java-service-task/m-p/27478#M13831</guid>
      <dc:creator>filipearaujo</dc:creator>
      <dc:date>2011-09-22T14:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Gateway and Java Concurreny with Java Service Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-java-concurreny-with-java-service-task/m-p/27479#M13832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the 'workaround' is described above. But you can also try the sourcecode and look at async continuations.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 16:10:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-java-concurreny-with-java-service-task/m-p/27479#M13832</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-09-22T16:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Gateway and Java Concurreny with Java Service Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-java-concurreny-with-java-service-task/m-p/27480#M13833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I used the workaround given by tombaeyens.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 09:02:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/parallel-gateway-and-java-concurreny-with-java-service-task/m-p/27480#M13833</guid>
      <dc:creator>jherryft</dc:creator>
      <dc:date>2011-09-26T09:02:49Z</dc:date>
    </item>
  </channel>
</rss>

