Skip to content

rivalitaet/dslab-martin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Details / Questions
===================

 * Calculations are parsed to trees and calculated recursively. 
   This is also nice for prices. 
   It's an unbalanced tree (right side is always a number), therefore 
   parallelization of calculations wouldn't be trivial.

 * Controller handles a list of nodes. Is there a _really_ nice way to handle 
   this?
 
 * Node: Wouldn't a logging thread be nicer (and also avoid the ThreadLocal)?

 * How can you deal with assertions (à la "this code should never be reached")
   in a good way?


Status
======

Client
------

 * All commands work


Controller
----------

 * All commands work
 * UDP works
 * Commands from Client work
 * Commands to Nodes work


Node
----

 * Everything works
 

About

Distributed Systems Lab, WS 2014/15

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages