Re: very simple bech test
Thelmo Loisio <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2003-10-23 at 17:43, Jacob Kjome wrote: > Thanks Thelmo. > > One question, though. What does Level10Event.event do? Does it return the > same info that snoop.jsp does? Does it load a DOM template where this info > is filled in? Of course, it would probably be a better test to use > something like Struts to do the request forwarding to the JSP against > Barracuda doing event forwarding. Has anyone done anything closer to an > apples-to-apples comparison of Barracuda -vs- other frameworks? > Well Level10Event and snoop.jsp does different things, Level10Event simply fire 10 event while snoop.jsp does ony print some info about the request like request.getServerName() ... anyway my intention was to look (i admit in a very simplistic way) at what degree the "event mechanism" within barracuda impact the performance ... in the next days if i found time i will try to take an example within struts and port it to barracuda then repeat the test... -- Thelmo