Skip to content
Snippets Groups Projects
Commit 4e3eeee5 authored by mh17's avatar mh17
Browse files

threads notes link added

parent 310db210
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
<p>The zmapServer module exist to provide concurrent thread base interfaces to external databases. It uses the zmapThread module.
</p>
--- put this in a table and extend ---<br />
zmapServer is the front end that is used by zmapView etc to request data.<br />
zmapServerProtocolHandler interfaces between zmapServer and the thread base servers.<br />
zmapServerProtocolHandler is the front end that is used by zmapView etc to request data.<br />
zmapServer interfaces between zmapServerProtocolHandler and the thread base servers.<br />
acedb/, DAS, and pipe/ are the servers that run in these threads.
<br />
<br />
......@@ -13,6 +13,7 @@ acedb/, DAS, and pipe/ are the servers that run in these threads.
<h3>Related pages</h3>
<p><a href="Design_notes/modules/zmapView.shtml#reqdata">zmapView</a> contains some notes about requesting data from pipeServer modules and other issues.</p>
<p><a href="Design_notes/modules/pipeServer.shtml">pipeServer</a> details usage of that module.</p>
<p><a href="Design_notes/notes/slaveThread.shtml">Threads</a> some notes about thread startup and shutdown.</p>
</fieldset>
<fieldset><legend>Servers and Threads</legend>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment