Ocramius / OcraServiceManager

ServiceManager additional features implemented via modules
MIT License
47 stars 18 forks source link

Remote ServiceManager endpoint communication #3

Closed Ocramius closed 11 years ago

Ocramius commented 11 years ago

Services can be shared across multiple PHP processes via RPC/REST/SOAP. It may be possible to decorate services with "remote service" proxies that do this in background.

Ocramius commented 11 years ago

https://github.com/bergie/dnode-php can do the trick

Ocramius commented 11 years ago

Moved to Ocramius/ProxyManager#7