Markus Zolliker cd1b4cf4e2 avoid lost messages after activate message
messages might get lost after activate, when the number of parameters
exceeds maxlen of the output queue, as a limited deque silently overwrites
messages.

first try: use an infinite deque, but slow down appending thread when deque
gets too big
-> does not work because the appending thread is the same

second try: increase maximum a lot, on overflow log an error message and
close connection

Change-Id: I20376f7e08240dabe43269fa63c596f07e59ddf6
Reviewed-on: https://forge.frm2.tum.de/review/20982
Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de>
Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
2019-08-06 15:33:18 +02:00
2019-07-23 14:23:26 +02:00
2019-03-26 09:34:32 +01:00
2019-03-28 13:46:08 +01:00
2019-04-02 08:15:40 +02:00
2019-07-16 10:56:17 +02:00
2019-07-24 14:20:13 +02:00
2017-11-03 08:46:20 +01:00
2019-03-26 10:42:53 +01:00
2017-09-13 15:31:59 +02:00
2018-12-04 10:18:55 +01:00
Description
PSI local frappy repo, probably ahead of git/gerrit at MLZ
4.9 MiB
Languages
Python 99.9%