<?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: Time usage of the activiti engine while execute endevent in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/time-usage-of-the-activiti-engine-while-execute-endevent/m-p/78369#M51995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it really depends on how your process looks like. If there are no waitstates, all db persistency is done at the end and you can see a big 'difference'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Nov 2011 17:35:38 GMT</pubDate>
    <dc:creator>ronald_van_kuij</dc:creator>
    <dc:date>2011-11-03T17:35:38Z</dc:date>
    <item>
      <title>Time usage of the activiti engine while execute endevent</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/time-usage-of-the-activiti-engine-while-execute-endevent/m-p/78368#M51994</link>
      <description>Hello community,We develop short time server processes and think about to use activiti for modelling the process and execute it within the engine. It is fundamental for our project to be fast and save server performance. While evaluate a scenario with 3 Service Tasks and one sub process with one Ser</description>
      <pubDate>Thu, 03 Nov 2011 15:32:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/time-usage-of-the-activiti-engine-while-execute-endevent/m-p/78368#M51994</guid>
      <dc:creator>markno</dc:creator>
      <dc:date>2011-11-03T15:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Time usage of the activiti engine while execute endevent</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/time-usage-of-the-activiti-engine-while-execute-endevent/m-p/78369#M51995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it really depends on how your process looks like. If there are no waitstates, all db persistency is done at the end and you can see a big 'difference'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 17:35:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/time-usage-of-the-activiti-engine-while-execute-endevent/m-p/78369#M51995</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-11-03T17:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Time usage of the activiti engine while execute endevent</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/time-usage-of-the-activiti-engine-while-execute-endevent/m-p/78370#M51996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Activiti should be used in our environment to conenct components (Java Beans) to a process. At the moment we build inflexible connections inside the beans with coded lookups. This is very fast. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Our idea is to make this flexible by describe the connections with activiti. In the test scenario we have only plain beans with simple logic (calculate some values) and make system.outs with current time. We want to evaluate the time deficite by using a BPMN engine. The scenario has no waitstate, only startevent, service tasks (the execution of the beans) and an end event. The example shows a possible process in out real environment. The SubProcess is simple an StartEvent, ServiceTask and EndEvent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti will be do all internal db persistency at the end of the process (after an EndEvent)? It is possible to optimize this behavior? If not, we will further use the hard coded connection, because we have the main requirement to be fast.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 08:10:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/time-usage-of-the-activiti-engine-while-execute-endevent/m-p/78370#M51996</guid>
      <dc:creator>markno</dc:creator>
      <dc:date>2011-11-04T08:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Time usage of the activiti engine while execute endevent</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/time-usage-of-the-activiti-engine-while-execute-endevent/m-p/78371#M51997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Activiti will be do all internal db persistency at the end of the process (after an EndEvent)? It is possible to optimize this behavior? If not, we will further use the hard coded connection, because we have the main requirement to be fast.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You could try playing with the history level. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if you needs some kind of persistency, then hardcoding will also result in db acces and slowing things down. Moving persistency to other steps in the process (e.g. by using the async functionality) only moves it, not speeds it up. If you do not need real persistency, you could use an in memory db and clean records up after an instance finishes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 08:41:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/time-usage-of-the-activiti-engine-while-execute-endevent/m-p/78371#M51997</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-11-04T08:41:47Z</dc:date>
    </item>
  </channel>
</rss>

