Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gdb committed Sep 26, 2012
1 parent 07e0a94 commit c91a0f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -102,6 +102,10 @@ run). Einhorn relies on file permissions to ensure that no malicious
users can gain access. Run with a `-d DIRECTORY` to change the
directory where the socket will live.

Note that the command socket uses a line-oriented YAML protocol, and
you should ensure you trust clients to send arbitrary YAML messages
into your process.

### Seamless upgrades

You can cause your code to be seamlessly reloaded by upgrading the
Expand Down Expand Up @@ -167,8 +171,8 @@ To use preloading, just give Einhorn a `-p PATH_TO_CODE`, and make
sure you've defined an `einhorn_main` method.

In order to maximize compatibility, we've worked to minimize Einhorn's
dependencies. At the moment Einhorn imports 'rubygems' and 'json'. (If
these turn out to be issues, we could probably find a workaround.)
dependencies. It has no dependencies outside of the Ruby standard
library.

### Command name

Expand Down

0 comments on commit c91a0f0

Please sign in to comment.