84 <table> |
84 <table> |
85 <tr><td>None</td></tr> |
85 <tr><td>None</td></tr> |
86 </table> |
86 </table> |
87 <a NAME="BackgroundClient.__init__" ID="BackgroundClient.__init__"></a> |
87 <a NAME="BackgroundClient.__init__" ID="BackgroundClient.__init__"></a> |
88 <h4>BackgroundClient (Constructor)</h4> |
88 <h4>BackgroundClient (Constructor)</h4> |
89 <b>BackgroundClient</b>(<i>host, port</i>) |
89 <b>BackgroundClient</b>(<i>host, port, maxProcs</i>) |
90 <p> |
90 <p> |
91 Constructor of the BackgroundClient class. |
91 Constructor of the BackgroundClient class. |
92 </p><dl> |
92 </p><dl> |
93 <dt><i>host</i></dt> |
93 <dt><i>host</i> (str)</dt> |
94 <dd> |
94 <dd> |
95 ip address the background service is listening |
95 ip address the background service is listening |
96 </dd><dt><i>port</i></dt> |
96 </dd><dt><i>port</i> (int)</dt> |
97 <dd> |
97 <dd> |
98 port of the background service |
98 port of the background service |
|
99 </dd><dt><i>maxProcs</i> (int)</dt> |
|
100 <dd> |
|
101 maximum number of CPUs (processes) to use |
|
102 (0 = determined automatically) |
99 </dd> |
103 </dd> |
100 </dl><a NAME="BackgroundClient.__cancelled" ID="BackgroundClient.__cancelled"></a> |
104 </dl><a NAME="BackgroundClient.__cancelled" ID="BackgroundClient.__cancelled"></a> |
101 <h4>BackgroundClient.__cancelled</h4> |
105 <h4>BackgroundClient.__cancelled</h4> |
102 <b>__cancelled</b>(<i></i>) |
106 <b>__cancelled</b>(<i></i>) |
103 <p> |
107 <p> |