issues
search
pacmancoder
/
dcdr
Distributed Computing Distributed Raytracer
MIT License
1
stars
0
forks
source link
Parallelized & Distributed computing
#3
Open
pacmancoder
opened
7 years ago
pacmancoder
commented
7 years ago
[x] Make decisions about architecture (client-server, p2p ?)
[ ] Parallelized computing (CPU)
[x] Implement multithreaded rendering on worker machines
[ ] Implement multithreaded command processing on server machine
[x] Distributed computing
[x] Implement server part
[x] Command processing
[ ] Load balancing
[x] Implement worker part
[x] Command processing
pacmancoder
commented
6 years ago
Decision were made -- client-server architecture.
WebSocket/TCP connections
FlatBuffers for serialization/deserialization