Skip to content

forward-jt/concurrent-programs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complementary Programs for course "Linux Kernel Internals"

Project Listing

  • tpool: A lightweight thread pool.
  • tinync: A tiny nc implementation using coroutine.
  • fiber: A user-level thread (fiber) using clone system call.
  • picosh: A minimalist UNIX shell.
  • httpd: A multi-threaded web server.
  • ringbuffer: A lock-less ring buffer.
  • mbus: A concurrent message bus.

License

The above projects are released under the BSD 2 clause license. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

About

Complementary Concurrency Programs for course "Linux Kernel Internals"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.1%
  • Makefile 1.4%
  • HTML 0.5%