Do you mean that every call to Tika is a JVM startup? But it looks like a
straight Java call to me, if your application is already running inside of
a JVM?

PS. I am using Tika inside of Hadoop mapper, so if there are significant
initialisations, I could do them in the mapper setup() call.

Thank you,
Mark

On Sun, Jul 1, 2012 at 7:28 AM, Jukka Zitting <[email protected]>wrote:

> Hi,
>
> On Sun, Jul 1, 2012 at 2:17 PM, Mark Kerzner <[email protected]>
> wrote:
> > Out of curiosity, what would be the performance benefit of server vs
> > initialising every time?
>
> You replace JVM startup overhead with that of a transmitting the
> document over a network connection. How that affects overall system
> performance depends on your deployment details.
>
> BR,
>
> Jukka Zitting
>

Reply via email to