How I can control the publisher's speed in IceStorm?

in Help Center
Hello,
I have another problem when I test the IceStorm:
I partition a file to some packages(4k).
And the publisher send a file(the file size >20M) to a subscriber, the subscriber receive slowly, when the publisher have finished, the subscriber received 30% only. That is said, the IceStorm stored the file data in a cache. But At last the subscriber can't receive the full file.
How can I control the publisher's speed to match the subscriber?
Thanks a lot.
I have another problem when I test the IceStorm:
I partition a file to some packages(4k).
And the publisher send a file(the file size >20M) to a subscriber, the subscriber receive slowly, when the publisher have finished, the subscriber received 30% only. That is said, the IceStorm stored the file data in a cache. But At last the subscriber can't receive the full file.
How can I control the publisher's speed to match the subscriber?
Thanks a lot.
0
Comments
If you only have one publisher and one subscriber IceStorm is not the correct service to use since it is meant to be used for point to many-point (similar to IP multi-cast).
If you do have multiple publishers and subscribers then you might consider negotiating another connection through IceStorm and then sending the transfer data directly.
It really sounds to me like you need some help on your object model and communications infrastructure. If you are interested you should contact [email protected].
Best Regards, Matthew
I want to uses one publisher to some subscribers. So I use IceStorm.
But can I decrease the cache(the length of the queue) in IceStorm server?