Changes between Initial Version and Version 2 of Ticket #866
- Timestamp:
- 05/19/10 17:10:38 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #866
- Property Status changed from new to assigned
-
Ticket #866 – Description
initial v2 3 3 1. The whole statemachine idea was nice, but hardly ever practical or useful. Google's own take on such an interface ([http://code.google.com/p/protobuf/ protocol buffers]) doesn't need a state machine. A simple set of messages should do it in our cases too. 4 4 1. I have more upcoming use for this, so I'd like more comfortable configuration and handling 5 6 After discussion with swagner on this issue it was decided to use and try protocol buffers. A new problem should be created called `ExternalEvaluationProblem` that would allow to configure the communication means and provide an operator for collecting values which can be configured by the user. This operator would create protocol buffer messages that are sent over a driver to the external process.