You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Tellier Benoit (JIRA)" <ji...@apache.org> on 2018/05/25 02:31:00 UTC

[jira] [Created] (MAILBOX-338) Add a cache to our Tika client

Tellier Benoit created MAILBOX-338:
--------------------------------------

             Summary: Add a cache to our Tika client
                 Key: MAILBOX-338
                 URL: https://issues.apache.org/jira/browse/MAILBOX-338
             Project: James Mailbox
          Issue Type: Improvement
          Components: tika
            Reporter: Tellier Benoit


Tika being stateless, the answer from tika only depends from the input document.

We observe that the traffic to Tika mostly consist of the same attachments. Thus we can safely cache it to release the pressure on Tika.

We can easily add a configurable Guava cache in front of Tika.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org