Posted by Jeremiah Fisher on 09/25/45 11:14
For RMI/RPC/Object Proxying/Remoting in PHP, check out PHPBeans
(http://www.phpbeans.com/) and memcached
(http://www.danga.com/memcached/). I was going to combine the two until
the alloted time for the project got slashed. The result would have been
a PHP driven system with the only single point of failure being the
master MySQL server (we have too much data to run MySQL cluster).
-Jeremy
Uroš Gruber wrote:
> Hi!
>
> I need some sort of RMI style with PHP. For example:
> 10 servers with backend server in php. Then on frontend server I need
> to get request from this servers.
>
> regards
>
> Uros
[Back to original message]
|