<?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: Does Runtime Errors Decrease System Performance. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-runtime-errors-decrease-system-performance/m-p/7137008#M1513046</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;1000 dumps per day in a productive system is clearly too much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether it affects performance or not or to what degree it affects performance depends&lt;/P&gt;&lt;P&gt;on the type of the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I look at it from this perspective:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every program consumes (more or less) ressources. If the program does not produce a&lt;/P&gt;&lt;P&gt;result from a business perspective because it dumps the consumed ressources are waisted. Waisted ressources&lt;/P&gt;&lt;P&gt;can be a problem at system level (affecting other programs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One exmaple i have seen recently:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TIME_OUT short dump occured very frequently (1009 times per week). The time out limit was 20 minutes (1200 seconds).&lt;/P&gt;&lt;P&gt;Allmost all of the dumps were caused by a program consuming CPU on the database server. These program was run by&lt;/P&gt;&lt;P&gt;many users in parallel. The program aborted before producing a meaningful result. 1200 seconds of waisted database CPU time multiplied with 1009 dumps is eqal to ~336 hours database CPU time per week. That is 48 hours database CPU time per day. That is 2 database CPUs per day occupied for running this program until it runs in time out with no relevant results. Now you could put a price&lt;/P&gt;&lt;P&gt;tag on the CPUs... &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Memory dumps (e.g. TSV_TNEW_PAGE_ALLOC_FAILED) is bad for 3 possible reasons. One is the memory consumption on the application server and second maybe pinning a process to a user (priv) and third possibly a big database selection causing displacing other users data in the cache of the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but even dumps that do not look so bad at first sight can mean a waste of ressources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the end: so much dumps are a serious &lt;STRONG&gt;quality&lt;/STRONG&gt; issue that clearly can affect system performance as well.&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>Wed, 18 Aug 2010 07:20:07 GMT</pubDate>
    <dc:creator>HermannGahm</dc:creator>
    <dc:date>2010-08-18T07:20:07Z</dc:date>
    <item>
      <title>Does Runtime Errors Decrease System Performance.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-runtime-errors-decrease-system-performance/m-p/7137006#M1513044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear/s,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a situation wherein there are approximately 1000 runtime-errors (short dumps) in the production&lt;/P&gt;&lt;P&gt;environment on a daily basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if these runtime-errors decrease system performance. IF yes, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;  Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 06:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/does-runtime-errors-decrease-system-performance/m-p/7137006#M1513044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-18T06:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Does Runtime Errors Decrease System Performance.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-runtime-errors-decrease-system-performance/m-p/7137007#M1513045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;they will definitely cause problems for the process which is the reason for the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all other processes they will have no effects, maybe in some very special cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will of course waste performance, if you run everything in dialog first, finish part of the tasks while other dump with time out and &lt;/P&gt;&lt;P&gt;you reschedule the dumped ones as batch. These dumps shoud be avoided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 07:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/does-runtime-errors-decrease-system-performance/m-p/7137007#M1513045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-18T07:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does Runtime Errors Decrease System Performance.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-runtime-errors-decrease-system-performance/m-p/7137008#M1513046</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;1000 dumps per day in a productive system is clearly too much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether it affects performance or not or to what degree it affects performance depends&lt;/P&gt;&lt;P&gt;on the type of the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I look at it from this perspective:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every program consumes (more or less) ressources. If the program does not produce a&lt;/P&gt;&lt;P&gt;result from a business perspective because it dumps the consumed ressources are waisted. Waisted ressources&lt;/P&gt;&lt;P&gt;can be a problem at system level (affecting other programs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One exmaple i have seen recently:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TIME_OUT short dump occured very frequently (1009 times per week). The time out limit was 20 minutes (1200 seconds).&lt;/P&gt;&lt;P&gt;Allmost all of the dumps were caused by a program consuming CPU on the database server. These program was run by&lt;/P&gt;&lt;P&gt;many users in parallel. The program aborted before producing a meaningful result. 1200 seconds of waisted database CPU time multiplied with 1009 dumps is eqal to ~336 hours database CPU time per week. That is 48 hours database CPU time per day. That is 2 database CPUs per day occupied for running this program until it runs in time out with no relevant results. Now you could put a price&lt;/P&gt;&lt;P&gt;tag on the CPUs... &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Memory dumps (e.g. TSV_TNEW_PAGE_ALLOC_FAILED) is bad for 3 possible reasons. One is the memory consumption on the application server and second maybe pinning a process to a user (priv) and third possibly a big database selection causing displacing other users data in the cache of the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but even dumps that do not look so bad at first sight can mean a waste of ressources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the end: so much dumps are a serious &lt;STRONG&gt;quality&lt;/STRONG&gt; issue that clearly can affect system performance as well.&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>Wed, 18 Aug 2010 07:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/does-runtime-errors-decrease-system-performance/m-p/7137008#M1513046</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2010-08-18T07:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Does Runtime Errors Decrease System Performance.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-runtime-errors-decrease-system-performance/m-p/7137009#M1513047</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;PRE&gt;&lt;CODE&gt;
I would like to know if these runtime-errors decrease system performance. IF yes, how?
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What is user do generally  when error occurs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When any error occur in program or it gives runtime error in program. User execute the same again and again&lt;/P&gt;&lt;P&gt;program for getting result. it program read data and turminate middle of somthing executing same program,&lt;/P&gt;&lt;P&gt; it will load on database for reading data again and again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When error occur the system routine run to note the error and store the details of error in system. It addation &lt;/P&gt;&lt;P&gt;over head on system. It is also take some process for execution and storage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 07:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/does-runtime-errors-decrease-system-performance/m-p/7137009#M1513047</guid>
      <dc:creator>ravi_lanjewar</dc:creator>
      <dc:date>2010-08-18T07:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Does Runtime Errors Decrease System Performance.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-runtime-errors-decrease-system-performance/m-p/7137010#M1513048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for answering this question with a comprehensive example. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 07:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/does-runtime-errors-decrease-system-performance/m-p/7137010#M1513048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-26T07:39:14Z</dc:date>
    </item>
  </channel>
</rss>

