Enhancement #1083

Updated by J. Wienke almost 12 years ago

I have a client program using the reader interface for the socket transport in C++, which provides the bus server for a bag-play. After receiving some events the client program receives a SIGKILL and terminates. This occurs because the client is too slow and the socket InPullConnector internally has I am unable to get a queue which then fills up.

Generally, for a reader interface to be useful, some kind of synchronized processing in pipelines
trace or something like that. bag-play runs with congestion control would be useful. as-fast-as-possible.

Back