Parallel Processing in mendix

1
Hi We are using 4.7.1 modeller We are fetching the data from database of nearly 5 to 6 thousand records & doing some calculations, for 1000 records it is taking nearly 5 minutes, but for 5500 records its taking more than hour to process this calculations. what i did is i created 6 batches and running every thousand record and its taking 30 mins currently to process. what we need is we need to minimize time by doing parallel microflow therby we get 5 to 10 mins for 5500 records. is there any way that we can minimize time by doing parallel processing of microflows??
asked
2 answers
0

You could take a look at the following module:

https://appstore.home.mendix.com/link/app/393/Mendix/Process-Queue

answered
0

Also have a look at the community commons, it provides a java action that lets you run a microflow asynchronously.

answered