GithubHelp home page GithubHelp logo

as400jplpc / nim_mqueue Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 17 KB

Message queues allow the operation of standardized asynchronous links between two servers

Makefile 22.29% C 3.87% C++ 11.73% Nim 62.12%
nim kernel queue comunication

nim_mqueue's Introduction

** ÉTUDE MQUEUE**
Jean-Pierre Laroche

man page mqueue https://github.com/SgtWiggles/ume thank you that inspired me to set up a dedicated terminal


tank you github for exemple open-source for etude

programme qmsend:
→ mq_open(QUEUE_NAME,O_RDWR or O_CREAT,0o640,mqd_a.addr)
→ mq_send(mqd_t, bytes_send,runeLen($bytes_send),20)

programme qmreceive:
→ mq_open(QUEUE_NAME , O_RDONLY, 0666, mqd_a.addr)
→ mq_receive(mqd_t, tab.addr, rlen,mq_priority)

nim_mqueue's People

Contributors

as400jplpc avatar

Watchers

 avatar  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.