| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| MonteCarloInterface.class | 2019-06-19 | 220 Bytes | |
| MultiThreadMonteCarloClient.class | 2019-06-19 | 2.5 kB | |
| ClientThread.class | 2019-06-19 | 1.1 kB | |
| MonteCarloClient.class | 2019-06-19 | 1.7 kB | |
| MonteCarloImpl_Stub.class | 2019-06-19 | 1.7 kB | |
| java.policy | 2019-06-19 | 981 Bytes | |
| Totals: 6 Items | 8.1 kB | 0 | |
MRI service for computing Pi with Monte Carlo
This project is a practice of a Master. It has two versions: one with a single thread in client and one multithread. Both versions include source code (in src folder), a bash file to compile (compila.sh), a test file to test the compilation (test.sh) and a compiled version in the folders client and server.
MonteCarloRMI (single thread)
More information in: * MonteCarloRMI Wiki
MonteCarloRMI (multithread)
More information in: * MonteCarloRMImultithread Wiki