Coder Social home page Coder Social logo

jms-exec's Introduction

A quick and simple way to execute a command on a subset or all servers within your enterprise.  The current version will only support Linux and is a WIP, the BETA version is not yet complete.

The ultimiate goal will be that you should be able to launch and get a reply to a given command such as "hostname" 
on all machines in your enterprise with sub-second response times.  Regardless of the number of servers....  
  (Dependant on the runtime of the command being executed)

Each Server in your enterprise:
 - has a small daemon running on it

Workflow:
 1) Client or Administrator sends a message to a predefined JMS topic containing a command to be run 
    (topics & headers will be used to restrict which servers)
 2) Remote Servers see JMS message, execute command
 3) Remote Server sends JMS reply with output of command
 4) Client saves output/rc to file/database
 
Design guidelines:
-----------------
 Very small memory footprint:
    Perl has been chosen for this reason, my first quick test showed only 4M/Memory for the server process

 Good shell interaction and very fast startup time for the foker: 
    Perl interacts nicely with the Unix/Linux POSIX layer

 Ability to restart the "server" while subprocesses are in process (with zero impact):
    This is the main reason why I chose to recursively call teh perl routine in a separate process.

 Must work with any JMS provider:
    Plan on using Stomp

jms-exec's People

Stargazers

Adam Edwards avatar

Watchers

Adam Edwards avatar James Cloos avatar

jms-exec's Issues

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.