Code optimization amp load testing

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.

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