<?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 Parallel Processing in SAS Stored Process servers in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Parallel-Processing-in-SAS-Stored-Process-servers/m-p/168611#M4227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SAS Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if its possible to implement parallel processing in SAS Stored process servers. I know and have implemented the same in SAS Workspace servers but I'm not sure of its feisibility in SAS Stored Process servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The said build in which I'm thinking of implementing the same generates Excel outputs in the end and the same is meant to be executed from SAS Information Delivery Portal post its release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently it enforces sequential processing of functionally independent modules one after the other which could be done in parallel to save time, but I'm unsure of its possibility in Stored process servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please cionvey your thoughts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2015 08:01:11 GMT</pubDate>
    <dc:creator>Sarath</dc:creator>
    <dc:date>2015-01-05T08:01:11Z</dc:date>
    <item>
      <title>Parallel Processing in SAS Stored Process servers</title>
      <link>https://communities.sas.com/t5/Developers/Parallel-Processing-in-SAS-Stored-Process-servers/m-p/168611#M4227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SAS Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if its possible to implement parallel processing in SAS Stored process servers. I know and have implemented the same in SAS Workspace servers but I'm not sure of its feisibility in SAS Stored Process servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The said build in which I'm thinking of implementing the same generates Excel outputs in the end and the same is meant to be executed from SAS Information Delivery Portal post its release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently it enforces sequential processing of functionally independent modules one after the other which could be done in parallel to save time, but I'm unsure of its possibility in Stored process servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please cionvey your thoughts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 08:01:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Parallel-Processing-in-SAS-Stored-Process-servers/m-p/168611#M4227</guid>
      <dc:creator>Sarath</dc:creator>
      <dc:date>2015-01-05T08:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing in SAS Stored Process servers</title>
      <link>https://communities.sas.com/t5/Developers/Parallel-Processing-in-SAS-Stored-Process-servers/m-p/168612#M4228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might I ask how you do this with the Logical Workspace server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 01:35:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Parallel-Processing-in-SAS-Stored-Process-servers/m-p/168612#M4228</guid>
      <dc:creator>Jchapman</dc:creator>
      <dc:date>2015-02-18T01:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing in SAS Stored Process servers</title>
      <link>https://communities.sas.com/t5/Developers/Parallel-Processing-in-SAS-Stored-Process-servers/m-p/168613#M4229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rsubmit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 01:40:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Parallel-Processing-in-SAS-Stored-Process-servers/m-p/168613#M4229</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2015-02-18T01:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel Processing in SAS Stored Process servers</title>
      <link>https://communities.sas.com/t5/Developers/Parallel-Processing-in-SAS-Stored-Process-servers/m-p/168614#M4230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When trying this, keep in mind that your HW should be able to to this in a reasonable manner. Starting up the parallel processes will take time and resources, and when those processes compete for resources (CPU cores, RAM, disk access), they may actually slow each other down so that the final result is worse (slower) than simple processing in succession.&lt;/P&gt;&lt;P&gt;A process that runs for 2 minutes and is repeated 10 times takes 20 minutes, but running the 10 processes in parallel may easily take you more than an hour, if your server is not designed for parallel work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 07:40:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Parallel-Processing-in-SAS-Stored-Process-servers/m-p/168614#M4230</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-02-18T07:40:05Z</dc:date>
    </item>
  </channel>
</rss>

