This file is indexed.

/usr/share/doc/ctsim-doc/html/ctsim117.html is in ctsim-doc 5.2.0-2.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<HTML>
<head><title>Advantages</title></head>

<BODY BGCOLOR=#FFFFFF>
<A NAME="topic72"></A><CENTER>
<A HREF="ctsim_contents.html">Contents</A> <A HREF="ctsim116.html#backgroundprocessing">Up</A> <A HREF="ctsim116.html#backgroundprocessing">&lt;&lt;</A> <A HREF="ctsim118.html#topic73">&gt;&gt;</A> </CENTER><HR>

<H3>Advantages</H3>

This structure may seem more complex than is necessary, but it has
several advantages:<P>
<UL>

<LI> Since the background threads do not directly call objects in the graphical
user interface thread, problems with re-entrant code in the
graphical interface are eliminated.
<LI> A supervisor can parallel process with any number of worker threads
to take advantage of potentially large numbers of CPU's in SMP
computers.
<LI> Allows for continued user-interaction with <TT>CTSim</TT> while lengthy calculations
are performed in the background.
</UL>
<P>

</FONT></BODY></HTML>