Our game publishes iPhone input data to an IceStorm topic. Since most of our invocations are less than the size of a TCP packet header, we use a oneway batched proxy and flush it manually ~ every three invocations.
When IceStorm receives these three batched invocations, will it send them batched up immediately to the subscribers?
I would like to avoid having three packets sent back to the subscribers, but I also want the invocations sent immediately.
Thanks,
Pete

Reply With Quote