If you just copy the file from one place to other, I don't think it makes sense 
with such low TPS.

I'm not sure if it relates to there are lots of files in the Source directory.
Did you run some test with few files?
BTW, did you check the log file to see if camel complain anything?


--  
Willem Jiang

Red Hat, Inc.
FuseSource is now part of Red Hat
Web: http://www.fusesource.com | http://www.redhat.com
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
(English)
          http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem




On Wednesday, March 6, 2013 at 11:15 AM, mari_yaguchi wrote:

> Dear all, I use Camel Route to route some files with the target is located in
> the same disk as the source folder. My Camel Route is :
>  
> <camelContext xmlns="http://camel.apache.org/schema/spring";>
> <route autoStartup="true">
>  
> <from uri="file:/root/Source236?noop=true"/>
> <to uri="file:/root/Target100"/>
> <log message="Routing 236 Start"/>
>  
> </route>
> </camelContext>
>  
> The file size is 1kb and there is 500 files i want to route in the Source236
> folder. The environment I use is Centos 6 32bit with 8GB RAM Intel Xeon
> 3,1GHz.
>  
> The *problem* is the routing performance is very slow. I just get about
> 15-20 transaction per second. How can I optimize the routing performance?
> Thanks for your help :)
>  
>  
>  
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-Route-Transaction-Per-Second-so-low-tp5728625.html
> Sent from the Camel - Users mailing list archive at Nabble.com 
> (http://Nabble.com).



Reply via email to