Giter Site home page Giter Site logo

multi-thread-server's Introduction

Multithreaded HTTP Server

Builds a multi-threaded HTTP server. This server adds a thread-safe queue and some rwlocks to an HTTP server so that the server can serve multiple clients simultaneously. Ensures that its responses conform to a coherent and atomic linearization of the client requests. Creates an audit log that identifies the linearization of the server.

Build

$ make

Format

$ make format

Clean

$ make clean

Files

httpserver.c

Implementation for the Multithreaded HTTP Server. Implements a hash table to associate a unique lock for each URI. Sends an audit log to ensure linearization.

asgn2_helper_funcs.h

Header file for asgn4_helper_funcs.a

asgn4_helper_funcs.a

Contains all of the implementation for the header files below.

queue.h

Header file for queue implementation

response.h

Header file for managing responses

debug.h

Header file for debugging

connection.h

Header file for managing connections

request.h

Header file for managing requests

rwlock.h

Header for reader/writer lock implementation

Makefile

Makefile contains the commands to compile, clean, and format the file.

multi-thread-server's People

Contributors

riachx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.