Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Oddly enough you may find something on a Computer Science Assignment, <a href="http://homepage.cs.uri.edu/courses/attic/csc512/assn3.html" rel="noreferrer"><strong>CSC 512 Programming Assignment 4: Multi-Threaded Server With Patterns</strong></a>. Altough it's C++ voodoo but the theory is quite understandable for someone who can do C#.</p> <ul> <li><a href="http://www.cs.wustl.edu/~schmidt/PDF/Acc-Con.pdf" rel="noreferrer">Acceptor/ Connector</a></li> <li><a href="http://www.cs.wustl.edu/~schmidt/PDF/monitor.pdf" rel="noreferrer">Monitor Object</a></li> <li><a href="http://www.cs.wustl.edu/~schmidt/PDF/dispatching.pdf" rel="noreferrer">Thread Safe Interface</a></li> <li><a href="http://www.cs.wustl.edu/~schmidt/PDF/wrapper-facade.pdf" rel="noreferrer">Wrapper Facade</a></li> <li><a href="http://www.cs.wustl.edu/~schmidt/PDF/dispatching.pdf" rel="noreferrer">Scoped Locking</a></li> <li><a href="http://www.cs.wustl.edu/~schmidt/PDF/locking-patterns.pdf" rel="noreferrer">Strategized Locking</a></li> <li><a href="http://www.cs.wustl.edu/~schmidt/PDF/reactor-siemens.pdf" rel="noreferrer">Reactor</a></li> <li><a href="http://www.cs.wustl.edu/~schmidt/PDF/PLoP-95.pdf" rel="noreferrer">Half Sync/Half-Async</a></li> <li><a href="http://www.cs.wustl.edu/~schmidt/PDF/lf.pdf" rel="noreferrer">Leaders/Followers</a></li> </ul> <p>Altough you can get the whole list of nice readings on the <a href="http://homepage.cs.uri.edu/courses/attic/csc512/" rel="noreferrer">main page</a>.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload