httpteleport
httpteleport copied to clipboard
From my understanding of httptp, will we run out of memory if using indelay?
-
If the data sent is a lot, will it run out of memory if using indelay with a large value? e.g. 5 seconds
-
are the data sent in sequence or randomly batched?
- No. There is a fixed-size buffer per each connection, which prevents from memory overflow. The buffer is flushed before the delay timeout if it becomes full.
- Requests are sent in sequence.
teleportprotocol allows receiving responses in arbitrary order.httpprotocol receives responses in requests' order.