Skip to content
#

low-latency

Here are 148 public repositories matching this topic...

simingy
simingy commented Apr 14, 2020

Problem

  1. sio.connect() first connects to namespace / before connecting to other namespaces. Subsequent emit() commands are allowed before all namespaces are connected to - causing messages to disappear (due to namespace not connected yet).
    Adding asyncio.sleep(1) before the first emit() seems to fix the problem,

  2. in the documentation https://python-socketio.readthedocs.io/en

maxsharabayko
maxsharabayko commented Apr 30, 2020

FEC and packet filter documentation currently lacks information about how two parties negotiate packet filter configuration.

if side A does not specify any packet filer, but side B does, then side A just accepts the configuration from side B.

If both sides specify different filter types, the connection is rejected.
For FEC, at least the number of columns has to be specified. This will enabl

TheTanc
TheTanc commented May 1, 2020

Is your feature request related to a problem? Please describe.
Tables with designated timestamp support inserts with a timestamp superior or equal to the latest. In some instances, new entries could be unnecessary duplicates, for example if a sensor sends the same reading several times, or if the reading does not change (only the timestamp)

hazelcast-jet
davidarcher
davidarcher commented Aug 15, 2019

REPRO STEPS:

  1. Navigate to the Argus viewmetrics page
  2. Paste in the following to the text input box
GROUPBY(-15m:-2m:foo.bar.-.-:some.metric.*.here{tag=baz}:avg:3m-avg, #(someRegexForGrouping)#, #SUM#)
  1. Click the Prettify button

EXPECTED:
The query entered should be formatted without changing the actual text of the query

GROUPBY(
  -15m:-2m:foo.bar.-.-:some.metric.*.h

ScaleCube Services is a high throughput, low latency reactive microservices library built to scale. it features: API-Gateways, service-discovery, service-load-balancing, the architecture supports plug-and-play service communication modules and features. built to provide performance and low-latency real-time stream-processing. its open and designed to accommodate changes. (no sidecar in a form of broker or any kind)

  • Updated Jun 9, 2020
  • Java
venediktov
venediktov commented Sep 22, 2017
  • create docker-compose-vanilla.yaml
    this command "docker-compose -f docker-compose-vanilla.yaml"
    should start NGINX configured for vanilla-rtb docker image + vanilla-rtb image with 3-4 http_handler_test running on 3-4 different ports .
    docker compose file should map volume for both nginx and vanilla-rtb , so that we could alter configuration if needed.
  • add performance tests results to o

Improve this page

Add a description, image, and links to the low-latency topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the low-latency topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.