Innovation Award
 February 2005
Number 4 |
Sometimes complex applications require several servers to run many operations in parallel, on which some servers provide services to others, establishing what is known as Services Oriented Architecture (SOA).
This class provides simple means to implement a distributed services infrastructure, on which clients and servers consist only of PHP scripts running on common Web servers, thus without the need to resort to complex protocols or an hard to deploy infrastructure.
Manuel Lemos |
This package implements a lightweight remote procedure call server and client for calling functions in a distinct server also running a PHP script.
It can be used for invoking distributed services running on different Web servers running PHP.
The PHP RPC client takes function call arguments and marshalls to a PHP RPC server using HTTP POST method.
The server executes the function that was invoked and returns the results to the client as part of the server script response.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (95.0%) |
Good (87.5%) |
- |
Good (90.0%) |
- |
- |
Sufficient (65.3%) |
367 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.
 If you know an application of this package, send a message to the author to add a link here.
|
|