Git Product home page Git Product logo

rdsn.tools.hpc's Introduction

Build Status

rDSN.tools.hpc is a collection of high performance local library providers for rDSN, including:

  • hpc_network_provider: asynchronous network provider using epoll (Linux) and completion port (Windows)
  • hpc_aio_provider: asynchronous disk provider using native aio (Linux) and completion port (Windows)
  • hpc_timer_service: TODO
  • hpc_logger and hpc_tail_logger: in-memory batched logging facility
  • hpc_concurrent_task_queue: based on https://github.com/cameron314/concurrentqueue.git
  • other nits
Usage
  • make sure rDSN is installed
  • build dsn.tools.hpc.so (Linux) or dsn.tools.hpc.dll (Windows)
    dsn.run.sh build --type release
    dsn.run.sh install

The last command copies the dynamic linked libraries into DSN_ROOT/lib.

  • add the modules into correspondent config files for rDSN processes, which registers the providers into rDSN
    [modules]
    dsn.tools.hpc 
  • use the providers in config file, e.g.,
    [core]
    logging_factory_name = dsn:tools::hpc_logger 

    [threadpool..default]
    queue_factory_name = dsn::tools::hpc_concurrent_task_queue

Or, you can directly use all hpc providers by

    [core]
    tool = fastrun 
License and Support

rDSN is provided on Windows and Linux, with the MIT open source license. You can use the "issues" tab in GitHub to report bugs.

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.