kraken-php / framework

Asynchronous & Fault-tolerant PHP Framework for Distributed Applications.
http://kraken-php.com
MIT License
1.12k stars 59 forks source link

Add sendCommand method to runtime managers #34

Closed khelle closed 8 years ago

khelle commented 8 years ago

Currently runtime managers allow sending asynchronous messages and requests using their interface. It would be useful to allow invoking remote commands the same way.

khelle commented 8 years ago

Method sendCommand has been added to each runtime manager for invoking remote commands.