Question
Synechron
IN
Posted: Mar 4, 2019
Last activity: Aug 29, 2019
Last activity: 29 Aug 2019 3:20 EDT
Closed
File Listener concurrency issues
If file listener concurrency is 5 and there are huge number of files coming into the polling location, how can listener makes sure that a file once read by the listener in thread 1 does not listens by the same listener in thread 2?
configuration in my scenario is as below
1. Node based startup on multi node env.
2. concurrent threads: 5
3. Polling time: 5 seconds
4. Clean up operation: Delete
5. service file: map to Parse structured.
6. Execution mode: Synchronous
I am seeing there is a concurrent access to a single pdf among the 5 concurrent running threads. how can i stop this?
To see attachments, please log in.