ravthan / all-eyes

Automatically exported from code.google.com/p/all-eyes
0 stars 0 forks source link

The ae daemon can lose the message from monitor when there are multiple messages from multiple monitors #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When multiple monitors are running, the messages from the monitors entered the 
ae daemon but the ae daemon can fail to process all messages. This results in 
losing messages.

Original issue reported on code.google.com by toddd...@gmail.com on 5 Nov 2012 at 11:31

GoogleCodeExporter commented 8 years ago
This is not a bug.  It is designed so for the prototype.  For the prototype 
version, daemon caches only one message from each monitor.  We should enhance 
it in the future,
ravi.

Original comment by ravt...@gmail.com on 5 Nov 2012 at 11:43

GoogleCodeExporter commented 8 years ago
'ae' daemon currently keeps only one monitor message in the buffer.   Ignoring 
duplicate messages, increasing the buffer depth (may be to 10?) are the 
techniques.  In the interest of getting end-to-end testing with security, 
moving this to further milestone,
ravi.

Original comment by ravt...@gmail.com on 12 Nov 2012 at 2:28

GoogleCodeExporter commented 8 years ago

Original comment by ravt...@gmail.com on 12 Nov 2012 at 2:28

GoogleCodeExporter commented 8 years ago

Original comment by toddd...@gmail.com on 17 Nov 2012 at 8:39

GoogleCodeExporter commented 8 years ago
fixed.

r895

Original comment by ravt...@gmail.com on 18 Nov 2012 at 3:37

GoogleCodeExporter commented 8 years ago
Verified with unit testing

Original comment by tbrt....@gmail.com on 9 Dec 2012 at 9:24