Archived

This forum has been archived. Please start a new discussion on GitHub.

IcePatch UpdatePeriod

In my Project,SomeTimes need send 50M~200M data,i get tow ways to do.
1:Copy data in mem and use ByteSeq to send;
2:In forums some guy use IcePatch send big data.

But bow i have a trouble with IcePatch:
The new data will come in everytime, so i need update the .sum ,
so i use "icepatch2server --IcePatch2.UpdatePeriod="60" --IcePatch2.Endpoints="tcp -h 127.0.0.1 -p 10000"
i also try to use "icepatch2server --install IcePatch --Ice.Config=C:\icepatch.conf",
fail too.

Pls Help me.

Comments

  • C:\icepatch.conf

    IcePatch.Endpoints=tcp -p 10000 -h 192.168.0.1
    IcePatch.Directory=C:\tmpdata
    IcePatch.UpdatePeriod=60
    IcePatch.BusyTimeout=15
    Ice.UseEventLog=1
  • benoit
    benoit Rennes, France
    Hi,

    Can you please specify the Ice version and operation system version you're using? You should also copy/paste the error you get when starting the IcePatch2 server. IcePatch2 doesn't support the IcePatch2.UpdatePeriod or IcePatch2.BusyTimeout properties, where did you find these properties?

    For more information on IcePatch2 and how to use the IcePatch2 command line utilities see the IcePatch2 chapter in the Ice manual here. For information on how to transfer large amounts of data with Ice I also recommend taking a look at Matthew's newsletter article here.

    Cheers,
    Benoit.
  • Tks Benoit

    I get it ,useful.i will try.
    Tks again.