Claus Ibsen-2 wrote
> 
> What version of Camel do you use?
> And do you download or upload files to the FTP server? (consumer or
> producer in EIP terms)
> The Camel FTP consumer is by default single threaded, eg
> So if you have a route that does: (pseudo)
> from ftp
>   to bean
> Then only 1 thread is active.
> 

Thanks for the response (you and Rocco). There have been holidays in
between, please excuse the time gone so far.

Camel version in WEB-INF/lib is *-2.7.2.jar (although they left an strange
WEB-INF/lib/camel/*-2.7.1.jar subdir).

Concerning routes there are:

- 140 with from uri="ftp: to a file
- Another 300 of a local file to an ftp uri

I have no idea of what average file size is. Someone else developed, I was
asked to take a look.

Is it possible that being single threaded and having many FTP transfers
waiting in parallel makes the CPU go that high? See the bursts in the slides
I made next.

I did a JMX capture of one night of activity which includes some coments and
thread count over time and their state:
http://www.slideshare.net/domenex/jmx-capture

Thanks for any hint. Beer tokens in Barcelona offered in exchange :)


--
View this message in context: 
http://camel.465427.n5.nabble.com/FTP-performance-with-hundreds-of-concurrent-routes-tp5697247p5715757.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to