Hacker News new | ask | show | jobs
by zkhalique 3835 days ago
How about batching stuff?
1 comments

Yup. Batching is why we use queuing.
I am talking about how to send batch requests over REST
Aren't your requests going to be greater than the MTU anyways? Might as well send it whenever unless the work resulting from request processing can also be processed- which sounds like an application protocol.