You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Mike Aymard <Mi...@gap.com> on 2004/01/31 00:36:36 UTC

Designing for Performance

Hi,
 
I am creating my first Struts app which will have as many as 10 logical
services (i.e. catalog, customer, etc). Considering performance, should
some services be combined if they are called by the same action? Also,
should singleton's be a consideration or should each instance of an
action instantiate the service. Any best practices would be greatly
appreciated.
 
Thanks,
Mike