70 lines
4.3 KiB
HTML
70 lines
4.3 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="reference" />
|
|
<meta name="DC.Title" content="Interactive file processing with DDM" />
|
|
<meta name="abstract" content="Consider these items when using interactive file processing with DDM." />
|
|
<meta name="description" content="Consider these items when using interactive file processing with DDM." />
|
|
<meta name="DC.Relation" scheme="URI" content="rbae5perfcon.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbae5interactivefp" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Interactive file processing with DDM</title>
|
|
</head>
|
|
<body id="rbae5interactivefp"><a name="rbae5interactivefp"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Interactive file processing with DDM</h1>
|
|
<div><p>Consider these items when using interactive file processing with
|
|
DDM.</p>
|
|
<div class="section"><ul><li>The greater the number of random file operations per unit of performance
|
|
measurement, the greater the difference between local and remote file processing
|
|
because each operation has to be sent separately across the communications
|
|
line. DDM cannot anticipate the next operation. <p>Using a simple inquiry
|
|
application that produces display output, by using workstation subfile support
|
|
(as an example), consider an application that does two random record retrievals
|
|
per Enter key versus one that does 15 random record retrievals. The operator
|
|
might barely notice a delay in response time when two records
|
|
are retrieved. However, there would be a noticeable difference between local
|
|
and remote response time when 15 records are retrieved randomly from the remote
|
|
server.</p>
|
|
</li>
|
|
<li>Use of display station pass-through should be considered when the amount
|
|
of data transferred back to the local (source) server per unit of performance
|
|
measurement significantly exceeds the amount of data presented on the display.
|
|
Test results have shown that the total elapsed time between a single deblocked
|
|
DDM get record operation and an equivalent user-written APPC operation is
|
|
very close, with APPC being slightly quicker. The DDM operation does require
|
|
more processing seconds than the direct APPC interface. <p>Also, because
|
|
each DDM operation always requires an operation result response from the remote
|
|
server to ensure data integrity, user-designed partner APPC programs can offer
|
|
an advantage for update, add, and delete operations by not validating the
|
|
result of the operation until a later time.</p>
|
|
</li>
|
|
<li>Be aware that additional time is needed when accessing files on other
|
|
servers, particularly the time required for communications over the line.
|
|
This should be considered when determining whether the file should be a local
|
|
or remote file, especially if it is to be used often.</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbae5perfcon.htm" title="These topics provide information to help you improve performance when using DDM and also provide some information about when to use something other than DDM to accomplish some functions.">Performance considerations for DDM</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |