Skip to content
Discussion options

You must be logged in to vote

Hi - I have release a new version (1.4.2) in which I have introduced a new way to do parallel processing. The documentation has been updated. You could look it up there - providing the explanation here too - what you need to do is to specify the value of maxThreads as 0 in the init method. When you do that, Flowret will not create the Executor Service thread pool and will instead create threads on the fly whenever needed. This means that there will not be an upper bound on the maximum number of threads that can be created / used. But, since it is the parent thread which is creating the child threads, it will be possible to propagate the context from the parent to the child thread for exam…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@c-ankur
Comment options

@c-ankur
Comment options

@deepakarora3
Comment options

@deepakarora3
Comment options

Answer selected by deepakarora3
@c-ankur
Comment options

@deepakarora3
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants