153 lines
8.8 KiB
HTML
153 lines
8.8 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>CLiki: thread</title>
|
||
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
||
|
href="https://www.cliki.net/site/feed/article.atom?title=thread">
|
||
|
<link rel="stylesheet" href="static/css/style.css">
|
||
|
<link rel="stylesheet" href="static/css/colorize.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<span class="hidden">CLiki - thread</span>
|
||
|
<div id="content"><div id="content-area"><div id="article-title">thread</div><div id="article">Threads are a kind of <a href="concurrency.html" class="internal">concurrency</a>.<p><ul>
|
||
|
<li>
|
||
|
<a href="actors.html" class="internal">actors</a> -
|
||
|
<a href="https://github.com/aarvid/Actors">Actors</a> is an actors package for LispWorks
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="Bordeaux-Threads.html" class="internal">Bordeaux-Threads</a> -
|
||
|
Bordeaux-Threads lets you write multi-<a href="thread.html" class="category">thread</a>ed applications in a portable way
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="bt-semaphore.html" class="internal">bt-semaphore</a> -
|
||
|
simple semaphores for bordeaux-threads
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="cacle.html" class="internal">cacle</a> -
|
||
|
<a href="https://github.com/jlahd/cacle">cacle</a> implements an extensible cache <a href="data structure.html" class="category">data structure</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="chanl.html" class="internal">chanl</a> -
|
||
|
ChanL is a <a href="concurrency.html" class="category">concurrency</a> library built on top of <a href="bordeaux-threads.html" class="internal">bordeaux-threads</a> that provides channels as <a href="thread.html" class="category">thread</a>-synchronisation primitives
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="cl-actors.html" class="internal">cl-actors</a> -
|
||
|
A simple Common Lisp implementation of the <a href="http://en.wikipedia.org/wiki/Actor_model">actor model</a> of concurrency
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="cl-muproc.html" class="internal">cl-muproc</a> -
|
||
|
<a href="http://common-lisp.net/project/cl-muproc/">CL-MUPROC</a> is an Erlang-inspired <a href="concurrency.html" class="category">concurrency</a> library available under the BSD license for <a href="Lispworks.html" class="internal">Lispworks</a>, <a href="OpenMCL.html" class="internal">OpenMCL</a>, <a href="SBCL.html" class="internal">SBCL</a>, <a href="CMUCL.html" class="internal">CMUCL</a>, and <a href="ACL.html" class="internal">ACL</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="CLiMP.html" class="internal">CLiMP</a> -
|
||
|
CLiMP is a library for parallel programming in Common Lisp (implementing similar features like <a href="https://www.openmp.org/">OpenMP</a>)
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="green-threads.html" class="internal">green-threads</a> -
|
||
|
GREEN-THREADS is a portable library implementing green threads (lightweight, cooperatively multitasked, user threads) in Common Lisp
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="lisp-network-server.html" class="internal">lisp-network-server</a> -
|
||
|
<a href="http://www.thangorodrim.de/software/lisp-network-server/index.html">lisp-network-server</a> is a simple framework for writing Common Lisp <a href="networking.html" class="category">networking</a> applications
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="memento-mori.html" class="internal">memento-mori</a> -
|
||
|
<a href="https://github.com/zkat/memento-mori">memento-mori</a> is a library for writing robust, actor-based systems
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="Moira.html" class="internal">Moira</a> -
|
||
|
Moira is a simple (but not quite <a href="trivial.html" class="internal">trivial</a>) library for <a href="monitoring.html" class="category">monitoring</a> and, if necessary, restarting long-running <a href="thread.html" class="category">thread</a>s
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="patron.html" class="internal">patron</a> -
|
||
|
<a href="https://web.itu.edu.tr/~yazicivo/files/patron.README.txt">Patron</a> is a multi-consumer/multi-producer <a href="thread.html" class="category">thread</a> pooling library written
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="Portable-Threads.html" class="internal">Portable-Threads</a> -
|
||
|
Portable-threads is the <a href="GBBopen.html" class="internal">GBBopen</a> project's portable-<a href="thread.html" class="category">thread</a> code all packaged up for <a href="ASDF-Install.html" class="internal">ASDF-Install</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="pretend-event-loop.html" class="internal">pretend-event-loop</a> -
|
||
|
This is a common lisp library that simulates an event loop
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="Q-THREAD-POOL.html" class="internal">Q-THREAD-POOL</a> -
|
||
|
<a href="https://mr.gy/software/q-thread-pool/api.html">Q-THREAD-POOL</a> is a very simple <a href="thread.html" class="category">thread</a> pool implementation based on <a href="JPL-QUEUES.html" class="category">JPL-QUEUES</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="queues.html" class="internal">queues</a> -
|
||
|
A Common Lisp queue library with features such as non-consing <a href="thread.html" class="category">thread</a> safe queues and fibonacci priority queues
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="quux-hunchentoot.html" class="internal">quux-hunchentoot</a> -
|
||
|
<a href="https://gitlab.common-lisp.net/qitab/quux-hunchentoot">quux-hunchentoot</a> is an extension to the <a href="hunchentoot.html" class="category">hunchentoot</a> webserver that provides a <a href="thread.html" class="category">thread</a>-pooling taskmaster
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="safe-queue.html" class="internal">safe-queue</a> -
|
||
|
<a href="Thread.html" class="category">Thread</a>-safe queues and mailboxes
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="sb-cpu-affinity.html" class="internal">sb-cpu-affinity</a> -
|
||
|
sb-cpu-affinity lets you set Linux scheduler CPU affinity masks from SBCL
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="thread-pool.html" class="internal">thread-pool</a> -
|
||
|
thread-pool is library that allows asynchronous function execution from a static thread pool
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="threading-queue.html" class="internal">threading-queue</a> -
|
||
|
threading-queue is a CL macro to distribute work on several threads, feeding the data via thread-safe-queues over several steps
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="trivial-main-thread.html" class="internal">trivial-main-thread</a> -
|
||
|
Sometimes it is absolutely necessary to run certain tasks in the main <a href="thread.html" class="category">thread</a> of the implementation
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="trivial-monitored-thread.html" class="internal">trivial-monitored-thread</a> -
|
||
|
<a href="https://gitlab.com/ediethelm/trivial-monitored-thread">Trivial Monitored Thread</a> offers a very simple (aka <a href="trivial.html" class="category">trivial</a>) way of spawning <a href="thread.html" class="category">thread</a>s and being informed when one any of them crash and die
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="TutorialDebuggingDeadLock.html" class="internal">TutorialDebuggingDeadLock</a> -
|
||
|
Debugging a dead-lock in a program using bordeaux-threads in ccl
|
||
|
</li>
|
||
|
</ul>
|
||
|
Also, <a href="McCLIM.html" class="internal">McCLIM</a> provides a thread compatibility layer in the CLIM-SYS package.</div></div>
|
||
|
<div id="footer" class="buttonbar"><ul><li><a href="thread.html">Current version</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/history?article=thread">History</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/backlinks?article=thread">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=thread&from-revision=3808855719">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
||
|
</div>
|
||
|
<div id="header-buttons" class="buttonbar">
|
||
|
<ul>
|
||
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
||
|
<li><a href="CLiki.html">About</a></li>
|
||
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
||
|
</ul>
|
||
|
<div id="search">
|
||
|
<form action="https://www.cliki.net/site/search">
|
||
|
<label for="search_query" class="hidden">Search CLiki</label>
|
||
|
<input type="text" name="query" id="search_query" value="" />
|
||
|
<input type="submit" value="search" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="pageheader">
|
||
|
<div id="header">
|
||
|
<span id="logo">CLiki</span>
|
||
|
<span id="slogan">the common lisp wiki</span>
|
||
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
||
|
<label for="login_name" class="hidden">Account name</label>
|
||
|
<input type="text" name="name" id="login_name" class="login_input" />
|
||
|
<label for= "login_password" class="hidden">Password</label>
|
||
|
<input type="password" name="password" id="login_password" class="login_input" />
|
||
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
||
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
||
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body></html>
|