[ 
https://issues.apache.org/jira/browse/TIKA-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14904371#comment-14904371
 ] 

Tim Allison commented on TIKA-1743:
-----------------------------------

Oh, I wish I had time to finish off TIKA-1657 and TIKA-1508...argh...

> NetworkParser can create Unbounded Number of Threads
> ----------------------------------------------------
>
>                 Key: TIKA-1743
>                 URL: https://issues.apache.org/jira/browse/TIKA-1743
>             Project: Tika
>          Issue Type: Bug
>            Reporter: Bob Paulin
>
> The current NetworkParser class creates new instances of the Thread class 
> which each call to parse.  This could create an unbounded number of threads 
> created by this class.  I'd suggest replacing this logic with a 
> ThreadPoolExecutor and a configurable number of threads.  This will help 
> prevent creating an unbounded number of threads and allow the user to tune 
> performance to the hardware.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to