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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Code optimization amp load testing

  • 1.  Code optimization amp load testing

    Posted Thu January 23, 2003 11:13 PM

    Hi,

      We are planning to do load testing of our file feeds on our Integration Server 4.6. We use both flow services & java in general. What are the most important points that we should keep in mind when developing efficient services(flow/java services) in the integration server? One of the important practice is to create as few strings as possible, because they are immutable & memory intensive. It would greatly help if you could highlight other aspects that we should take care of, especially when trying to process files(data transformation) with more than 30000 records in a flat file into a database(data loading). I'm talking about batch processing as apposed to online transactions. 
    

    thanks,
    Srinivas.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Code optimization amp load testing

    Posted Thu January 23, 2003 11:44 PM

    Srinivas,

    webMethods is not designed as data migration tool. It is easy to parse and build logic very easily … but does not help loading data quickly.

    to run this quickly, you can separate the map step and database insert step asynchronus. This would only help a little.

    Load Testing, I pretty sure 30,000 isnot much that webMethods cannot handle. good luck


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods