Skip to content
/ c10k Public
forked from wilhelmshen/c10k

A coroutine-based alternative implementation of the posix thread

License

Notifications You must be signed in to change notification settings

leafcoder/c10k

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C10K plan

Introduction

C10K is a coroutine-based alternative implementation of the posix thread. It allows existing non-asynchronous programs, regardless of the programming language they use, to become coroutine-based asynchronous programs without any modifications, and makes it possible for programs to handle a large number of clients at the same time.

At this moment C10K is still under heavy development.

Usage

The c10k command can start a specified program that runs asynchronously.

$ c10k ab -c 1000 -n 10000 http://example.com/
$ c10k bash

About

A coroutine-based alternative implementation of the posix thread

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.0%
  • C 2.3%
  • Makefile 1.9%
  • C++ 0.8%