<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        Alistair,&lt;br&gt;&lt;br&gt;Using multiple CPU&apos;s isn&apos;t going to help much in your case. The way that works is to use a CPU for a single pipeline iteration. So while this effectively increases your throughput it still takes the SAME amount of time for a single image ... you just get 4x number of images being processed using more CPUs. Instead I&apos;d focus on using some other module than flood fill or increase the speed by using its &quot;fast mode&quot; or reducing the image size (that will 4x decrease the processing time for a single image!) before using the flood fill. The trick is to look for ways to increase the processing using heuristics rather than brute force CPU processing.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=6091</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=6091</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Multiple CPUs and Write Images</title>
        <description>
        Hi Steven,&lt;br&gt;I&apos;m using Write Images and Write_Variables. If I select one CPU, each time I run my pipeline I get one saved image and one entry in my CSV file. I&apos;m also using a Flood fill, so it takes some time. If I increase the CPUs to 2 the total time to process the image halves,but I get 2 images and 2 entries in my log file. If I try 4 CPUs, I get 4 of each.&lt;br&gt;I have managed to fix the Write_Variables issue by ticking the &quot;Only write when contents change&quot; box.&lt;br&gt;My pipeline only runs once each time I trigger it from the API.&lt;br&gt;Is there a way I can run with multiple CPUs without getting multiple images saved?&lt;br&gt;Thanks,&lt;br&gt;Alistair.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=6091</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=6091</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
