<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: DesignBais Tip &#8211; Housekeeping</title>
	<atom:link href="http://nebula-rnd.com/blog/general/2006/08/dbtip-housekeeping1.html/feed" rel="self" type="application/rss+xml" />
	<link>http://nebula-rnd.com/blog/general/2006/08/dbtip-housekeeping1.html</link>
	<description>Welcome to the Nebula</description>
	<lastBuildDate>Tue, 27 Mar 2012 23:52:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Tony Gravagno</title>
		<link>http://nebula-rnd.com/blog/general/2006/08/dbtip-housekeeping1.html/comment-page-1#comment-186</link>
		<dc:creator>Tony Gravagno</dc:creator>
		<pubDate>Tue, 08 Aug 2006 05:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://nebula-rnd.com/blog/general/2006/08/designbais-tip-housekeeping.html#comment-186</guid>
		<description>&lt;p&gt;I really need an&#160;edumakashen with COMO. And I also need to find out exactly what DesignBais does with &amp;COMO&amp;, _PH_, and &amp;PH&amp; on each platform. I foresee an update to this in about a month.&lt;/p&gt;
&lt;p&gt;Another D3 pointer that I missed... Here is one of my own quotes from CDP:&lt;br /&gt;&lt;em&gt;I&#039;ve had recent experience with apps that have so many errors during the course of the business day that the RUNTIME-ERRORS file itself gets very fragmented, and every update results in delays as the system chases frames into overflow. Identify your errors, fix them, then delete the file. If you suspect more errors, recreate the file with a mod of something like 101 and wait for more errors to get logged.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The experience mentioned was with a DesignBais site: v3.3 has some Variable Not Assigned and other errors that are emitted from BAWEBEXEC at runtime. These errors don&#039;t mess up normal data exchanges but DBI is cleaning them up for v4 anyway. If the runtime-errors file exists in dm, normal DB usage will start to have an impact on this file.&lt;/p&gt;
&lt;p&gt;And yet another pointer on performance: mv.NET uses a feature called Character Conversion to ensure that&#160;8-bit data is transmitted reliably between clients and their 7-bit DBMS hosts. For NT systems it&#039;s &quot;probably &quot; OK if no character conversion is done, so all transmissions are in 7-bit. For *nix systems there is usually full conversion. This soft conversion process can have a&#160;moderate impact on performance:&#160;every character needs to be checked to see if it&#039;s an 8-bit char that needs to be split into two 7-bit chunks. Turning on character conversion is often necessary, but if you don&#039;t need it, absolutely turn it off.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I really need an&nbsp;edumakashen with COMO. And I also need to find out exactly what DesignBais does with &amp;COMO&amp;, _PH_, and &amp;PH&amp; on each platform. I foresee an update to this in about a month.</p>
<p>Another D3 pointer that I missed&#8230; Here is one of my own quotes from CDP:<br /><em>I&#8217;ve had recent experience with apps that have so many errors during the course of the business day that the RUNTIME-ERRORS file itself gets very fragmented, and every update results in delays as the system chases frames into overflow. Identify your errors, fix them, then delete the file. If you suspect more errors, recreate the file with a mod of something like 101 and wait for more errors to get logged.</em></p>
<p>The experience mentioned was with a DesignBais site: v3.3 has some Variable Not Assigned and other errors that are emitted from BAWEBEXEC at runtime. These errors don&#8217;t mess up normal data exchanges but DBI is cleaning them up for v4 anyway. If the runtime-errors file exists in dm, normal DB usage will start to have an impact on this file.</p>
<p>And yet another pointer on performance: mv.NET uses a feature called Character Conversion to ensure that&nbsp;8-bit data is transmitted reliably between clients and their 7-bit DBMS hosts. For NT systems it&#8217;s &quot;probably &quot; OK if no character conversion is done, so all transmissions are in 7-bit. For *nix systems there is usually full conversion. This soft conversion process can have a&nbsp;moderate impact on performance:&nbsp;every character needs to be checked to see if it&#8217;s an 8-bit char that needs to be split into two 7-bit chunks. Turning on character conversion is often necessary, but if you don&#8217;t need it, absolutely turn it off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Norman</title>
		<link>http://nebula-rnd.com/blog/general/2006/08/dbtip-housekeeping1.html/comment-page-1#comment-185</link>
		<dc:creator>David Norman</dc:creator>
		<pubDate>Tue, 08 Aug 2006 01:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://nebula-rnd.com/blog/general/2006/08/designbais-tip-housekeeping.html#comment-185</guid>
		<description>Tony,
Not sure if Symeon&#039;s post just relates to UniData, but in UniVerse the COMOs appear in &amp;COMO&amp; and don&#039;t have the O_ prefix just &quot;username.1&quot;.
&#160;</description>
		<content:encoded><![CDATA[<p>Tony,<br />
Not sure if Symeon&#8217;s post just relates to UniData, but in UniVerse the COMOs appear in &amp;COMO&amp; and don&#8217;t have the O_ prefix just &quot;username.1&quot;.<br />
&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Gravagno</title>
		<link>http://nebula-rnd.com/blog/general/2006/08/dbtip-housekeeping1.html/comment-page-1#comment-184</link>
		<dc:creator>Tony Gravagno</dc:creator>
		<pubDate>Fri, 04 Aug 2006 14:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://nebula-rnd.com/blog/general/2006/08/designbais-tip-housekeeping.html#comment-184</guid>
		<description>&lt;p&gt;Thanks Symeon, missed that. Now that I look I&#160;don&#039;t have any items in there, but I&#160;usually don&#039;t use COMO either. If I&#039;m not mistaken, the only items we&#039;d be concerned about are the &quot;O_&quot; items. Please let me know if I miss other U2-specific details.&lt;/p&gt;
&lt;p&gt;Since we&#039;re here, in D3 once in a while I see lists in the pointer-file too but they don&#039;t usually accumulate. Sample ID&#039;s:&lt;br /&gt;&#160;&#160; 331.14042.718118543.250&lt;br /&gt;&#160;&#160; 331.14092.190849421.83745&lt;br /&gt;&#160;&#160; 331.14092.713154933.65307&lt;br /&gt;The second field is the internal date, so you know when the items are old.&lt;/p&gt;
&lt;p&gt;I will update this article after v4 is out, and also when I get more details about how DesignBais works with jBASE, OpenInsight, OpenQM, Reality, and whatever other platforms they support.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks Symeon, missed that. Now that I look I&nbsp;don&#8217;t have any items in there, but I&nbsp;usually don&#8217;t use COMO either. If I&#8217;m not mistaken, the only items we&#8217;d be concerned about are the &quot;O_&quot; items. Please let me know if I miss other U2-specific details.</p>
<p>Since we&#8217;re here, in D3 once in a while I see lists in the pointer-file too but they don&#8217;t usually accumulate. Sample ID&#8217;s:<br />&nbsp;&nbsp; 331.14042.718118543.250<br />&nbsp;&nbsp; 331.14092.190849421.83745<br />&nbsp;&nbsp; 331.14092.713154933.65307<br />The second field is the internal date, so you know when the items are old.</p>
<p>I will update this article after v4 is out, and also when I get more details about how DesignBais works with jBASE, OpenInsight, OpenQM, Reality, and whatever other platforms they support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: symeonb</title>
		<link>http://nebula-rnd.com/blog/general/2006/08/dbtip-housekeeping1.html/comment-page-1#comment-183</link>
		<dc:creator>symeonb</dc:creator>
		<pubDate>Fri, 04 Aug 2006 10:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://nebula-rnd.com/blog/general/2006/08/designbais-tip-housekeeping.html#comment-183</guid>
		<description>Hi Tony - one other file (or set of records actually) to keep an eye on, if you have logging turned on, is _PH_ or &amp;PH&amp; depending on Database. An entry is placed in there that shows all output from the backend Designbais processes, and it can get quitle large. The id is O_username.1</description>
		<content:encoded><![CDATA[<p>Hi Tony &#8211; one other file (or set of records actually) to keep an eye on, if you have logging turned on, is _PH_ or &amp;PH&amp; depending on Database. An entry is placed in there that shows all output from the backend Designbais processes, and it can get quitle large. The id is O_username.1</p>
]]></content:encoded>
	</item>
</channel>
</rss>

