[opencms-dev] Re: [opencms] has anyone have any experience withEJBin portalapplication?

Jorge González informatico at hotelparadisepark.com
Fri Sep 30 18:02:35 CEST 2005


Yes, they can.

Just set a benchmark to test which scenario is faster:

1) Session bean, all the request served by one (or various) session beans.
The cmsobject is created once, then all the request are processed in serial.

2) Stateless bean, the cmsobject is created and disposed with each request.


Check both scenarios.
(2) is probably faster.


Bye.




More information about the opencms-dev mailing list