[ Next | Last |
0 1
2 3
4 5
6 7
8 9
10 11
12 13
14 15
(16) 17
18 ]
Speed
Java and client-side computation:
- In a classroom or many-user situation there is clearly more power on
desktops than on the server.
=> client side computation scales.
- Drastic reduction in server hits and data transfer, class files typically
only a few kBytes long.
=> client-side computation essential with slow link!
We tune size and complexity of Java models to expected client performance.
Equation may be significantly affected by widespread use if JIT compilers.
`Teaching computational physics using Java', Simeon Warner, 16 Dec 1996.
Java for Science and Engineering Computation Workshop, Syracuse University, USA, 16 Dec 1996.