64 lines
4.4 KiB
HTML
64 lines
4.4 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="concept" />
|
|
<meta name="DC.Title" content="Manage threads" />
|
|
<meta name="abstract" content="There are many tasks that you can do when managing threads." />
|
|
<meta name="description" content="There are many tasks that you can do when managing threads." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksmanagingjobs.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksthreadrununderjob.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksthreadactionstructure.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksvwthreadprop.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaksendthread.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004-2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004-2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzaksmanagethreads" />
|
|
<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>Manage threads</title>
|
|
</head>
|
|
<body id="rzaksmanagethreads"><a name="rzaksmanagethreads"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Manage threads</h1>
|
|
<div><p>There are many tasks that you can do when managing threads.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzaksthreadrununderjob.htm">View threads running under a specific job</a></strong><br />
|
|
Every active job running on an iSeries™ system has at least one thread
|
|
running under it. A thread is an independent unit of work running within a
|
|
job that uses the same resources as the job. Because a job depends on the
|
|
work done by a thread, it is important to know how to find the threads running
|
|
within a specific job.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaksthreadactionstructure.htm">What you can do with threads</a></strong><br />
|
|
Since threads help jobs process more than one operation at a time
|
|
while running, monitoring the threads that are running within a job may be
|
|
necessary. This helps you to keep the job running efficiently. You can use iSeries™ Navigator
|
|
to find the thread you want to manage. </li>
|
|
<li class="ulchildlink"><strong><a href="rzaksvwthreadprop.htm">View thread properties</a></strong><br />
|
|
Threads allow jobs to do more than one thing at a time. If a thread
|
|
stops processing, it can stop the job from running. The iSeries™ Navigator
|
|
Thread Properties windows allow you to view various thread and thread performance
|
|
attributes that can aid in understanding why a thread is not running.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaksendthread.htm">End or delete threads</a></strong><br />
|
|
An initial thread, which is created when the job starts, can never be deleted or ended. However, sometimes it is necessary to end a secondary thread so that a job can continue to run. Be aware of the thread you intend to end because the job it runs within might not be able to complete without that thread's work.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksmanagingjobs.htm" title="As any work management administrator knows, managing jobs is more than placing jobs on hold and moving jobs from job queue to job queue. This topic discusses the most common job management tasks as well as some of the more involved tasks that can help improve your system's performance.">Manage jobs</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |