> On 10 Mar 2016, at 08:09, Stahle, Patrick <[email protected]> wrote: > > Hi, > > Is the font cache code in pdfbox thread safe? If it is, is it thread safe > just for the jvm or is it thread safe across multiple jvms?
Yes, it is, because it’s always accessed by FontMapperImpl in a thread safe manner. I’m not sure what you mean about multiple JVMs, objects can’t be shared across JVMs. > Thanks, > Patrick > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

