https://github.com/jprivillaso/distributedcalc
This is a distributed Calculator that calls different servers depending on the operation to do
https://github.com/jprivillaso/distributedcalc
Last synced: 24 days ago
JSON representation
This is a distributed Calculator that calls different servers depending on the operation to do
- Host: GitHub
- URL: https://github.com/jprivillaso/distributedcalc
- Owner: jprivillaso
- Created: 2013-04-28T20:26:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-20T00:55:04.000Z (about 12 years ago)
- Last Synced: 2023-03-23T12:55:39.825Z (about 2 years ago)
- Language: PHP
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DistributedCalc
===============This is a distributed Calculator that calls different servers depending on the operation to do. This is a very simple
example of Distributed ApplicationsIt has 3 folders:
1. WSCalc1 = This folder have the respect operations of Sum and Multiply
2. WSCalc2 = This folder have the respect operations of Subtract and Divide
3. WebCalc = This server, receive a call from a form in html, and make the operations. It invokes a
different server depending on the operation. The service is transparent to the user. This is thin client.
It has an xml file with the server location.
4. RobotCalc = This server makes the same as WebCalc, but it reads all from an xml file, not only the location.
The xml file has the params, the method, and the also the location of the servers.JUAN PABLO RIVILLAS - 2013