Can someone summarize what must be done in latest Tika Release 0.9 do workaround or fix this bug (without patching tika itself but via Reflection or some bugfix code - if this is even possible) - Tika is not really usable if running out of file descriptor at the moment in a webapp for example, because the proocess won't be closed - IOexception will be happening in the end everytime if running out of descriptors.
So far i am calling "close" on the container object itself via reflection before calling close on the TikaInputStream - however there are still many "deleted" file descriptors pending to "apache-tika*tmp" files. lsof -f -p 2414 | grep deleted | wc -l 347 Anyone can recommend some workaround or strategy how to go on? thx Torsten
smime.p7s
Description: S/MIME cryptographic signature
