Axway/iron

Performance issue in FileTransactionStore

rrevol opened this issue · 0 comments

When many stores are created with a FileTransactionStore, the consumer loop keeps looking for next transaction with a Files.exist(). This IO being done every 10ms for each store, the process is quickly overloaded.