ngageoint / endpoint.js

Web application discovery, execution and streaming library
http://ngageoint.github.io/endpoint.js/
Apache License 2.0
26 stars 5 forks source link

Bundle messages sent on the same tick (up to a max amount) #10

Open datasedai opened 8 years ago

datasedai commented 8 years ago

For writing to a transport / link, if multiple messages are sent on the same tick, some performance algorithm should realize this and bundle the messages to be sent to the remote endpoint.js instance, so that excess routing and metadata overhead can be prevented