On Wed, Apr 20, 2011 at 1:43 PM, Marco Crivellaro
wrote:
> Thank you, what about the second point about lock?
>
The lock is very cheap as it only prevents you from writing to the
*same* file concurrently, such as when you append to an existing file.
So there should be no bottleneck there.
> --
Thank you, what about the second point about lock?
--
View this message in context:
http://camel.465427.n5.nabble.com/GenericFileOperations-optimization-tp4315363p4315567.html
Sent from the Camel - Users mailing list archive at Nabble.com.
On Wed, Apr 20, 2011 at 11:47 AM, Marco Crivellaro
wrote:
> Hi,
> when using camel as FTP/SFTP producer the exchange process is taking longer
> time when many files are stored in the destination folder.
>
> This should be related to the operations.existsFile calls being processed by
> the method.