Tim Allison created TIKA-3442:
---------------------------------
Summary: Call external processes safely
Key: TIKA-3442
URL: https://issues.apache.org/jira/browse/TIKA-3442
Project: Tika
Issue Type: New Feature
Reporter: Tim Allison
We don’t currently have a good way of handling sub processes if the parent
process stops, outside of the forking we do with our own processes. We saw this
recently with the TesseractOCRParser — TIKA-3441. If the parent process ends,
tesseract can continue to run, and, apparently, prevent the release of the
defunct parent process’ port bindings.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)