2 Replies Latest reply on Dec 9, 2008 12:53 PM by brian.stansberry

    Copying large files to members using JGroups

    forumer

      I need to copy large files (100MB to 1GB) between different machines. JGroups seems to be a good fit for doing this. Browsing the web, I find that this can be done fairly easily between two machines using state transfer which, apparently, uses TCP. However, multicasting would be a better solution because of many members and large files. I've read some conjectures about how this could be done but haven't seen a definitive solution. I understand that multicasting streams is not a viable approach for accomplishing this.

      I'd appreciate any suggestions and experiences about how to go about doing this.

      Thanks

      P.S I hope I am posting in the right forum as I couldn't find one for JGroups.