Hi Mark,

Great...but not sure we are thread safe at all...we need to check tomcat
guarantee it or we need to update our code
Le 13 nov. 2012 23:45, "Jonathan Gallimore" <[email protected]>
a écrit :

> Hi Mark,
>
> That's nice! Thanks for the tip!
>
> Jon
>
> On Tue, Nov 13, 2012 at 10:40 PM, Mark Struberg <[email protected]> wrote:
>
> > Hi folks!
> >
> > A quick note about getting tomee a bit faster in big real world
> scenarios.
> >
> > Tomcat 7.0.23 introduced a parallel start feature.
> > Please change to the following in your conf/server.xml:
> >
> >       <Host name="localhost"  appBase="webapps"
> >             unpackWARs="true" autoDeploy="true" startStopThreads="4">
> >
> > The startStopThreads will cause parallel boot and shutdown. Massively
> > cutting down boot time if you have multiple webapps.
> >
> >
> > LieGrue,
> > strub
> >
> >
>

Reply via email to