User Tools

Site Tools


dwsc:servercontrol:msg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dwsc:servercontrol:msg [2013/04/06 22:12]
efpe
dwsc:servercontrol:msg [2013/05/03 13:59] (current)
efpe
Line 43: Line 43:
         const SUSPEND                   = 4;         const SUSPEND                   = 4;
         const DISCONNECT_CLIENTS        = 5;         const DISCONNECT_CLIENTS        = 5;
 +        const NOCLUSTER                 = 6;
 +        const ONLINE                    = 7;
 +        const RESULT                    = 8;
 +        const SRVSTATUS                 = 9;
 +        const VHOSTSLOAD                = 10;
 +
 } }
 </code> </code>
- 
 ==== msgpack ====  ==== msgpack ==== 
 <code> <code>
Line 68: Line 73:
 <code>public function send(DWSCRequest $msg, $pack = true) { } <code>public function send(DWSCRequest $msg, $pack = true) { }
 public function recv($unpack = true) { } public function recv($unpack = true) { }
 +</code>
 +==== ZeroMQSocket parameters ====
 +config.yml:
 +<code>
 +docler_zero_mq:
 +    context_io_threads: 1
 +    context_is_persistent: false
 +    socket_type: SOCKET_REQ
 +    socket_dsn: //this is the only required parameter//
 +    socket_persistent_id: //null//
 +    socket_opts:
 +        SOCKOPT_SNDHWM: 100
 </code> </code>
dwsc/servercontrol/msg.1365279124.txt.gz ยท Last modified: 2013/04/06 22:12 by efpe