Some TODOs
smattheis opened this issue · 0 comments
smattheis commented
- Revise
submit/stream.py
to use Python sockets instead ofnetcat
(similar tosubmit/batch.py
). - Change
Calendar.getInstance().getTimeInMillis()
toSystem.currentTimeMillis()
inTemporaryMemory
. - Add a
tracker.properties
option to boundMatcherKState
. - Consider reuse of client connections in
AbstractServer
especially for the use with theTrackerServer
, i.e., keep connection open (repeated REQ-RESP pattern) and handle connections closed from client side (also needed for downwards compatibility).