Hi

This user also posted the same question at this forum
http://fusesource.com/forums/thread.jspa?threadID=4673&tstart=0

Just mind that this is being debated multiple places.

@Steve, its good curtsy to mention that you have posted the same
question at other places.


On Wed, Mar 6, 2013 at 4:15 AM, mari_yaguchi <steve_...@yahoo.co.id> 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.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to