IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Handling large files > 1MB with Enterprise IO adapter v4.

  • 1.  Handling large files > 1MB with Enterprise IO adapter v4.

    Posted Mon April 07, 2003 06:23 AM

    We have some very simple integration components that are used to transport flat files, they do not interpret the contents, simply package them up into a string, and then unpack them at the other end, anyone got any tips on hoe to improve performance, a 5MB file takes almost 5 minutes to publish, and the end to end process takes 15 minutes, the equivalent ftp took about 40 seconds


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Handling large files > 1MB with Enterprise IO adapter v4.

    Posted Tue April 08, 2003 10:38 AM

    Why not just use the FTP server? It sounds like you’re not doing anything that the Broker or the IO Adapter are designed for (transporting large files, ala FTP, is not a forte of ES or IS) so you might as well use the tool that does this sort of activity well. Or is there more to your integration than just moving raw data?


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 3.  RE: Handling large files > 1MB with Enterprise IO adapter v4.

    Posted Wed April 09, 2003 07:45 AM

    Marek,

    If speed through the broker is important then try setting the document type to Volatile. This should bring down the elapsed time to be similar to that of FTP.
    I guess that you have already increased the size of memory available to the IO adapter.

    If you need to guarantee the document, then a suitable workaround could be developed such as another (small) document that indicates that the big document is to follow immediately.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General