Meetings2011-03-17 » History » Version 4

J. Wienke, 03/17/2011 02:32 PM

1 1 J. Wienke
h1. Meetings2011-03-17
2 1 J. Wienke
3 1 J. Wienke
Topics:
4 1 J. Wienke
* Michael ;)
5 1 J. Wienke
* Jan ;)
6 1 J. Wienke
* URIs...
7 2 J. Wienke
8 2 J. Wienke
h2. Message Fragmentation
9 2 J. Wienke
10 2 J. Wienke
* Only c++ right now
11 2 J. Wienke
** missing:
12 4 J. Wienke
*** Python
13 4 J. Wienke
*** Java
14 2 J. Wienke
*** Common LISP
15 2 J. Wienke
* blocks of size 100k
16 2 J. Wienke
* recombination missing
17 2 J. Wienke
* Notification contains total number of blocks and number of current block
18 2 J. Wienke
* spread UNSAFE_MESS does not guarantee sequencing of messages -> recombination with ordering and waiting required in input port
19 2 J. Wienke
* What to do with missing messages (e.g. directly when starting a subscription there could be only the last half of a message received)
20 1 J. Wienke
** simple strategy: Timeout for finalization of a message to dispatch
21 1 J. Wienke
* Configuration of block size as a simple hack in current class...
22 4 J. Wienke
23 4 J. Wienke
h2. Jan's Question Collection
24 4 J. Wienke
25 4 J. Wienke
h3. Names
26 4 J. Wienke
27 4 J. Wienke
* Event Payload: User data in an event
28 4 J. Wienke
* Wire Type: data type of serialized representation, e.g. bytes, has a language mapping
29 4 J. Wienke
* Wire Schema: schema of serialized data, descriptor, IDL?
30 4 J. Wienke
** dependent of wire type