File: Threaded.htm

package info (click to toggle)
moodss 19.7-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,136 kB
  • ctags: 3,149
  • sloc: tcl: 49,048; ansic: 187; perl: 178; makefile: 166; sh: 109; python: 65
file content (18 lines) | stat: -rw-r--r-- 517 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>threaded moodss module</title>
</head>
<body>

<p>This is a demonstration module written in Perl and internally using Perl threads, so that the GUI is never hanged, even in case of blocking or process intensive module code.
<br><i><b>Note</b>: the tclperl library version 3.1 or above is required.</i>

<p><b>Module options:</b>

<ul>
<li><i>-a</i> (<i>--asynchronous</i>)
<br>simulates asynchronous module behavior by spontaneously self updating in a semi-random fashion.
</ul>

</body>
</html>