Code Monkey home page Code Monkey logo

jasocket's People

Contributors

laforge49 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

jasocket's Issues

passwords in the ssh history

When doing a setPassword or changePassword via ssh, the password is accessible via the history. Shouldn't be too hard to fix. It is a matter of making a minor change to how jline is integrated with JASocket.

no reconnection

When a host is disconnected/reconnected from the network, the node on that host does not reconnect to the cluster.

Sun JDK-specific class used

The IntCon class, which provides ^C interception for IntCon, uses sun.misc.Signal and sun.misc.SignalHandler. These may not be supported on other JDKs or in future releases.

If this poses a problem, create your own alternative to IntCon. The ConsoleApp API was designed to make this easy.

ConsoleApp/IntCon does not run within an IDE

The problem is that many IDEs do not yet support java.io.Console, which is used for entering a password.

This does not seem to be a pressing issue and at some point the IDEs will be fixed.

Remote halting

Combining the to and halt commands results in the sending node locking up.

On the destination node, it was also found that the to actor pends when doing a jid copy until the halt actor returns control, despite the halt actor having its own async mailbox.

spurious exit

node exits or hangs when a node on another host halts.

user interrupts should be handled by sshServer

To generalize this, a user interrupt should be sent to the command actor. And server commands should be converted to command actors. The command actor then has an option of returning partial results. But if there is a second user interrupt, then the sshServer abandons the command actor.

Note that this has implications for both to and server commands.

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.