diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2024-05-29 16:47:34 -0600 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-06-06 06:53:49 -0700 |
commit | 934c533196bbe8d3ae51499f1326f26d94a7095f (patch) | |
tree | 73360854eadaffdd9832dbcfe6579a9597562b34 /bitbake/lib/bb/siggen.py | |
parent | d1811356b766280553dd84220d3216387f3a0a51 (diff) | |
download | poky-934c533196bbe8d3ae51499f1326f26d94a7095f.tar.gz |
bitbake: hashserv: client: Add batch stream API
Changes the stream mode to do "batch" processing. This means that the
sending and reciving of messages is done simultaneously so that messages
can be sent as fast as possible without having to wait for each reply.
This allows multiple messages to be in flight at once, reducing the
effect of the round trip latency from the server.
(Bitbake rev: f99a17023b972d0d90dccb111f983655af6ccb87)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'bitbake/lib/bb/siggen.py')
0 files changed, 0 insertions, 0 deletions