Lines Matching +full:multiple +full:- +full:amp
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht…
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7 <!--
9 .style3 {font-family: "Courier New", Courier, monospace}
13 -->
20 <h2>Conventions & clarifications </h2>
29 <p><UUID> means a thread-specific UUID.</p>
34 …<li>The server's OS-independent code is single threaded, because it must operate on platforms that…
45 <p>Instead, there are listener and worker threads in Windows-specific code. </p>
52 …eate a connection. When cci_ipc_thread_init is called, the connection thread-local variables are i…
77 <h2>Windows-specific implementation details </h2>
86 …<li>Generate <UUID> and save in thread-specific storage. This serves as the client ID / ccs_…
96 <li>Save SST in thread-specific storage. </li>
112 <li>Client gets back and stores SST in thread-specific storage.</li>
137 …cation callback will be called. Call back routine queues a DISCONNECT pseudo-message. When the ser…
144 <p>------<br />