<?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: Multithreading Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-issue/m-p/6597661#M1436868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can use the export/import to/from shared memory, to avoid passing the data as parameters. Save your data with a unique id for each theard and pass the id as parameter to the function, read this inside the function, and delete the data at the end of function...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2010 08:38:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-15T08:38:49Z</dc:date>
    <item>
      <title>Multithreading Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-issue/m-p/6597660#M1436867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my program i am using multithreading logic to improve the performance but i am getting the short dump saying that STORAGE_PARAMETERS_WRONG_SET and CALL_FUNCTION_REMOTE_ERROR. I am passing large amount data internal tables&lt;/P&gt;&lt;P&gt;to the Multithreading Function module.&lt;/P&gt;&lt;P&gt;Please tell me how we will avoide this short dump or How we will increse the performance of the report without using&lt;/P&gt;&lt;P&gt;multithreading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 06:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-issue/m-p/6597660#M1436867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T06:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multithreading Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-issue/m-p/6597661#M1436868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can use the export/import to/from shared memory, to avoid passing the data as parameters. Save your data with a unique id for each theard and pass the id as parameter to the function, read this inside the function, and delete the data at the end of function...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 08:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-issue/m-p/6597661#M1436868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T08:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multithreading Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-issue/m-p/6597662#M1436869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the internal table carries more than 2 lakh entries, then this will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know, if you have solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: arunchandra c p on Feb 15, 2010 10:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 09:47:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-issue/m-p/6597662#M1436869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T09:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multithreading Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-issue/m-p/6597663#M1436870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi ,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; In my program i am using multithreading logic to improve the performance but i am getting the short dump saying that STORAGE_PARAMETERS_WRONG_SET and CALL_FUNCTION_REMOTE_ERROR. I am passing large amount data internal tables&lt;/P&gt;&lt;P&gt;&amp;gt; to the Multithreading Function module....&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. by sending smaller chunks of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of n times m entries/rows send 2*n times m/2 entries/rows....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 11:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multithreading-issue/m-p/6597663#M1436870</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2010-02-15T11:55:46Z</dc:date>
    </item>
  </channel>
</rss>

