[
https://issues.apache.org/jira/browse/TIKA-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting resolved TIKA-215.
--------------------------------
Resolution: Fixed
Fix Version/s: 0.4
Assignee: Jukka Zitting
Implemented in revision 768819.
You can now (optionally) specify a java.uti.concurrent.Executor when creating a
ParsingReader instance. This executor is used to execute the background parsing
task. The only extra constraint beyond the standard Executor contract is that
the executor *must* run the task asynchronously in a separate thread.
> Use a thread pool in ParsingReader
> ----------------------------------
>
> Key: TIKA-215
> URL: https://issues.apache.org/jira/browse/TIKA-215
> Project: Tika
> Issue Type: Improvement
> Components: parser
> Reporter: Jukka Zitting
> Assignee: Jukka Zitting
> Fix For: 0.4
>
>
> Currently a new thread is created for each new ParsingReader instance. For
> better performance and manageability it would be good if the thread was
> allocated from a configurable thread pool.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.