Skip to content

A toy fibonnacci server using pthreads and condition variables with select()

Notifications You must be signed in to change notification settings

paraplegic/fib_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fib_server

A toy fibonnacci server using pthreads and condition variables with select()

The intent is to use this as a test ground for a scalable general purpose server which can use a multi-threaded (pthread) architecture to scale while remaining as responsive as possible.

About

A toy fibonnacci server using pthreads and condition variables with select()

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published