<?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 Limiting SAS Workspace Concurrent Connections by User in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Limiting-SAS-Workspace-Concurrent-Connections-by-User/m-p/111484#M9513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Administer and utilise the physical server of a SAS Workspace Server environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to know if I can restrict the number of sessions that a user can have open at one time.&lt;/P&gt;&lt;P&gt;such as only 5 active SAS sessions/connections per user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is for server performance management.&lt;/P&gt;&lt;P&gt;users have too many concurrent sessions which causes massive CPU usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Aug 2013 05:48:26 GMT</pubDate>
    <dc:creator>Maheshvaran</dc:creator>
    <dc:date>2013-08-15T05:48:26Z</dc:date>
    <item>
      <title>Limiting SAS Workspace Concurrent Connections by User</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Limiting-SAS-Workspace-Concurrent-Connections-by-User/m-p/111484#M9513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Administer and utilise the physical server of a SAS Workspace Server environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to know if I can restrict the number of sessions that a user can have open at one time.&lt;/P&gt;&lt;P&gt;such as only 5 active SAS sessions/connections per user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is for server performance management.&lt;/P&gt;&lt;P&gt;users have too many concurrent sessions which causes massive CPU usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 05:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Limiting-SAS-Workspace-Concurrent-Connections-by-User/m-p/111484#M9513</guid>
      <dc:creator>Maheshvaran</dc:creator>
      <dc:date>2013-08-15T05:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting SAS Workspace Concurrent Connections by User</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Limiting-SAS-Workspace-Concurrent-Connections-by-User/m-p/111485#M9514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The evolvments are in the direction of multithreading (high performance) and parallel processing. I do not think you can stop that.&lt;/P&gt;&lt;P&gt;Qustions like I have often seen as an ad-hoc approach when suddenly running out of resources suffering performance issues.&lt;/P&gt;&lt;P&gt;Eguide (latest versions) an Eminer are explicitly designed to spawn multiple sessions if possible.&lt;/P&gt;&lt;P&gt;The goal is better service to users. &lt;/P&gt;&lt;P&gt;Server performance management is the classic performance &amp;amp; Tuning question.&lt;/P&gt;&lt;P&gt;- How much human effort you would like to spent in optimization vs the hardware cost/usage?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you could do is:&lt;/P&gt;&lt;P&gt;- Getting better hardware. your users are expecting unlimited speed by unlimited sizing. There will be always a limit.&lt;/P&gt;&lt;P&gt;- Getting your users to know and what they are doing.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Possible is eduction of you users to choose/desing more effective coding solutions&lt;/P&gt;&lt;P&gt;- Invest in analyzing and monitoring the usage in a more longer time intervals.&amp;nbsp; (apm pacakge ITRM etc)&lt;/P&gt;&lt;P&gt;&amp;nbsp; Spreading the load to other hours using batch/scheduling could be an option. &lt;/P&gt;&lt;P&gt;- Tuning at the OS-level.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Classic z/OS was very good at wiht the options of isolating workload types so the most critical ones would alwasy run (WLM).&lt;/P&gt;&lt;P&gt;&amp;nbsp; Windows is has less designed for that as it easier to put more machines in.&lt;BR /&gt;&amp;nbsp; Unix has te options of:&lt;/P&gt;&lt;P&gt;&amp;nbsp; + segregation of SASwork (utilloc). You can define many of them&lt;/P&gt;&lt;P&gt;&amp;nbsp; + Nice/renice&amp;nbsp; &lt;A href="http://en.wikipedia.org/wiki/Nice_(Unix"&gt;http://en.wikipedia.org/wiki/Nice_(Unix&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS is using a fork from the sasauth (spawner) module. Do not expect the user setttings be effective set of the common user OS&amp;nbsp; administration. I have noticed all forked processes are inheriting the settings of the key running the spawner. The same is true for ulimits umask etc.&amp;nbsp; You can only see that by running the services by different keys. Using a dedicated key for the spawners.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;You will probably need a plan wich appservers SP-server WS servers are needing at wich priority. &lt;/P&gt;&lt;P&gt;The settings (eg nice) to be scripted in the levx/SASapp subfolders in the user-mode files.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 09:14:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Limiting-SAS-Workspace-Concurrent-Connections-by-User/m-p/111485#M9514</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-08-15T09:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting SAS Workspace Concurrent Connections by User</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Limiting-SAS-Workspace-Concurrent-Connections-by-User/m-p/111486#M9515</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;i understand and will consider all of the above mentioned options.&lt;/P&gt;&lt;P&gt;in terms of hardware we are very well off.&lt;/P&gt;&lt;P&gt;Knowledge sharing and best practices are held weekly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All i need to do is stop the SAS Object Spawner if windows has more than 5 sas.exe processes open on one user name.&lt;/P&gt;&lt;P&gt;is this perhaps possible from windows itself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Almost like a Quality of Service Denial?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 09:34:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Limiting-SAS-Workspace-Concurrent-Connections-by-User/m-p/111486#M9515</guid>
      <dc:creator>Maheshvaran</dc:creator>
      <dc:date>2013-08-15T09:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting SAS Workspace Concurrent Connections by User</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Limiting-SAS-Workspace-Concurrent-Connections-by-User/m-p/111487#M9516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Object spawner is the master on servicing every request initial and following for WS and SP on all users.&lt;/P&gt;&lt;P&gt;Users can start more processes on their own by using Mp-connect that is bypassing the objectspawner or by using multiple Eguide sessions. Going a way of denial service will end up in unhappy users.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/biasag/62612/HTML/default/viewer.htm#n12027intelplatform00srvradm.htm" title="http://support.sas.com/documentation/cdl/en/biasag/62612/HTML/default/viewer.htm#n12027intelplatform00srvradm.htm"&gt;http://support.sas.com/documentation/cdl/en/biasag/62612/HTML/default/viewer.htm#n12027intelplatform00srvradm.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Windows server usage, it is not my favorite.&lt;/P&gt;&lt;P&gt;I know to objectspawner is mostly running as "Local server" &lt;A href="http://support.sas.com/documentation/cdl/en/biasag/62612/HTML/default/viewer.htm#n12027intelplatform00srvradm.htm" title="http://support.sas.com/documentation/cdl/en/biasag/62612/HTML/default/viewer.htm#n12027intelplatform00srvradm.htm"&gt;SAS(R) 9.3 Intelligence Platform: Application Server Administration Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Local server has many privileges but is missing: domain admin rights&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thinking of lowering priority Windows OS processes.....&lt;/P&gt;&lt;P&gt;Priority setting in Windows is also possible. &lt;A href="http://msdn.microsoft.com/en-us/library/ms685100(v=vs.85).aspx" title="http://msdn.microsoft.com/en-us/library/ms685100(v=vs.85).aspx"&gt;Scheduling Priorities (Windows)&lt;/A&gt; and &lt;A href="http://support.microsoft.com/kb/191771" title="http://support.microsoft.com/kb/191771"&gt; How to Alter a Program's Base Priority at a Command Prompt&lt;/A&gt;, The idle is used for stand-by detection, setting it that low could prevent stanby. Manual intervention using taskmanager is usual advice. The start command could give something.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 11:53:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Limiting-SAS-Workspace-Concurrent-Connections-by-User/m-p/111487#M9516</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-08-15T11:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting SAS Workspace Concurrent Connections by User</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Limiting-SAS-Workspace-Concurrent-Connections-by-User/m-p/111488#M9517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, these are good new directions i will look into and get back soon...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 12:06:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Limiting-SAS-Workspace-Concurrent-Connections-by-User/m-p/111488#M9517</guid>
      <dc:creator>Maheshvaran</dc:creator>
      <dc:date>2013-08-15T12:06:27Z</dc:date>
    </item>
  </channel>
</rss>

