Re: GenericFileOperations optimization

2011-04-20 Thread Claus Ibsen
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. > --

Re: GenericFileOperations optimization

2011-04-20 Thread Marco Crivellaro
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.

Re: GenericFileOperations optimization

2011-04-20 Thread Claus Ibsen
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.