<?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: ftp transfer with rules execution very slow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ftp-transfer-with-rules-execution-very-slow/m-p/244733#M197863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem with the performance was the evaluation of the rules to run rather than the execution of the rules.&amp;nbsp; That has been improved for 3.2E, but really rules need to be made into first-class database objects for best results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You could modify the ftp code to disable rules execution - that's about all I can think of on 2.1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Dec 2009 09:54:16 GMT</pubDate>
    <dc:creator>derek</dc:creator>
    <dc:date>2009-12-08T09:54:16Z</dc:date>
    <item>
      <title>ftp transfer with rules execution very slow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ftp-transfer-with-rules-execution-very-slow/m-p/244728#M197858</link>
      <description>Hello,We use Alfresco 2.1 on Linuxwe use the Alfresco ftpServer to transfer files into Alfresco via ftp. The files are moved in Alfrresco from the input directory to a target directory using Rules.Unfortunately the ftp transfer for e.g.&amp;nbsp; 40 small files (each 0,1kb) takes very long time (about a minu</description>
      <pubDate>Wed, 02 Dec 2009 09:58:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ftp-transfer-with-rules-execution-very-slow/m-p/244728#M197858</guid>
      <dc:creator>thk</dc:creator>
      <dc:date>2009-12-02T09:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: ftp transfer with rules execution very slow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ftp-transfer-with-rules-execution-very-slow/m-p/244729#M197859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you compared the performance against 3.2?&amp;nbsp; Are you able to fire the rules asynchronously?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 13:19:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ftp-transfer-with-rules-execution-very-slow/m-p/244729#M197859</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2009-12-02T13:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: ftp transfer with rules execution very slow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ftp-transfer-with-rules-execution-very-slow/m-p/244730#M197860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yes if also tried to set the tag in the rules to run them in the background. But execution remained slow (it get stuck partly for seconds at each file to be transfered) only if I disable the rules the ftp goes fast again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 17:05:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ftp-transfer-with-rules-execution-very-slow/m-p/244730#M197860</guid>
      <dc:creator>thk</dc:creator>
      <dc:date>2009-12-02T17:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: ftp transfer with rules execution very slow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ftp-transfer-with-rules-execution-very-slow/m-p/244731#M197861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We've done some work in this area: &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ETHREEOH-2161" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ETHREEOH-2161&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 09:54:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ftp-transfer-with-rules-execution-very-slow/m-p/244731#M197861</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2009-12-03T09:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: ftp transfer with rules execution very slow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ftp-transfer-with-rules-execution-very-slow/m-p/244732#M197862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ok but what can I do to get a better performance? Is it better to use another ftp-server instead of the Alfresco built-in ftpserver?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or is there a possibility just to decouple ftp-transfer and rules-execution? For us it is enough if the ftp-transfer is executed fast, so the application who triggers the ftp-transfer can continue with its workflow. If the rules execution takes a bit time it is no problem. I tried to run the rules in the background using the run-asychronously-tag but I didn't see much effect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reg&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 08:50:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ftp-transfer-with-rules-execution-very-slow/m-p/244732#M197862</guid>
      <dc:creator>thk</dc:creator>
      <dc:date>2009-12-08T08:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: ftp transfer with rules execution very slow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ftp-transfer-with-rules-execution-very-slow/m-p/244733#M197863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem with the performance was the evaluation of the rules to run rather than the execution of the rules.&amp;nbsp; That has been improved for 3.2E, but really rules need to be made into first-class database objects for best results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You could modify the ftp code to disable rules execution - that's about all I can think of on 2.1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 09:54:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ftp-transfer-with-rules-execution-very-slow/m-p/244733#M197863</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2009-12-08T09:54:16Z</dc:date>
    </item>
  </channel>
</rss>

