Coder Social home page Coder Social logo

voidmq's Introduction

voidmq

A message queue foundation. This is a working basic client/server model.

Initial Testing

You can compile the server with: gcc server.c -o server

You can compile the threaded server with: gcc server_pthreads.c -o server_pthreads -lpthread

You can compile the client with: gcc client.c -o client

Invoke the traditional (forked) server with: ./server

Invoke the client in another terminal with: ./client "DATA TO SEND"

You should see the output from the server stating it recieved the payload The server then sends the payload back to the client At which point states it also received it!

Shut down the running server with CTRL+C, and then

Invoke the threaded server with: ./server_pthreads

Now, run the same client command several times Up to 11 to be specific, that is when the thread pool runs out of available threads

voidmq's People

Contributors

hedenface avatar

Watchers

James Cloos avatar TactiFail 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.