pjfanning commented on PR #363: URL: https://github.com/apache/poi/pull/363#issuecomment-1191850830
The use of the fork join pool (when enabled) is not to parallelise the job. The task is run on the executor and we then block waiting for the task. For a FormulaEvaluator, you will only ever have 1 async task running at a time. The aim is to stop the Java call stack getting too big by avoiding recursion. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
