alexey-s wrote > Use cache JAXBContext or Marshaller/Unmarshaller in local beans. > Sample: > private SoftReference > <Unmarshaller> > refUnmarshaller; > > Or sample (use Google Guava):
Started off on your lines but, found out that by changing the input file format from abc.out file to abc.txt greatly improved the speed of processing(earlier it took 5 hrs, writing only some KB/sec, but now the same file is processed in 800 sec). Unsure of why such a thing could happen. Next, will be implementing soft reference to further improve the performance. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Splitter-slowness-problem-tp5742307p5742355.html Sent from the Camel - Users mailing list archive at Nabble.com.
