mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Comma cleanup
This commit is contained in:
parent
85864eca4a
commit
57933e9148
@ -29,8 +29,8 @@ Using RAET in Salt
|
|||||||
==================
|
==================
|
||||||
|
|
||||||
Using RAET in Salt is easy, the main difference is that the core dependencies
|
Using RAET in Salt is easy, the main difference is that the core dependencies
|
||||||
change, instead of needing pycrypto, M2Crypto, ZeroMQ and PYZMQ, the packages
|
change, instead of needing pycrypto, M2Crypto, ZeroMQ, and PYZMQ, the packages
|
||||||
libsodium, libnacl, ioflo and raet are required. Encryption is handled very cleanly
|
libsodium, libnacl, ioflo, and raet are required. Encryption is handled very cleanly
|
||||||
by libnacl, while the queueing and flow control is handled by
|
by libnacl, while the queueing and flow control is handled by
|
||||||
ioflo. Distribution packages are forthcoming, but libsodium can be easily
|
ioflo. Distribution packages are forthcoming, but libsodium can be easily
|
||||||
installed from source, or many distributions do ship packages for it.
|
installed from source, or many distributions do ship packages for it.
|
||||||
|
@ -7,7 +7,7 @@ Intro to RAET Programming
|
|||||||
This page is still under construction
|
This page is still under construction
|
||||||
|
|
||||||
The first thing to cover is that RAET does not present a socket api, it
|
The first thing to cover is that RAET does not present a socket api, it
|
||||||
presents and queueing api, all messages in RAET are made available to via
|
presents, and queueing api, all messages in RAET are made available to via
|
||||||
queues. This is the single most differentiating factor with RAET vs other
|
queues. This is the single most differentiating factor with RAET vs other
|
||||||
networking libraries, instead of making a socket, a stack is created.
|
networking libraries, instead of making a socket, a stack is created.
|
||||||
Instead of calling send() or recv(), messages are placed on the stack to be
|
Instead of calling send() or recv(), messages are placed on the stack to be
|
||||||
|
Loading…
Reference in New Issue
Block a user