how to do file transfer when use iceStrom

in Help Center
I want to use the iceStrom to do some file transfer. That is the publisher should send a file
to all the subscribers through iceStrom. I realy want to know that does the iceStrom Service
support this action? How can I implement this through Ice?
Thanks !
to all the subscribers through iceStrom. I realy want to know that does the iceStrom Service
support this action? How can I implement this through Ice?
Thanks !
0
Comments
However, IceStorm is really designed for the distribution of events, not for the distribution of files. I recommend to have a look at IcePatch2 as an alternative.
Thank you very much! I have seen the IcePatch2
service . May be it could meet my requirement better, so i will try to do the file distribution throuth it. Thanks.