Santiago Gala wrote:
> I've commited a small patch to AbstractPortlet.java
>
> The problem was that when init( ) was called after not finding the
> content entry for a given capability map, it was never stored under
> content. So the RSS channel was parsed every time.
>
> With this patch, page serving is, for simple pages, about 4 times
> faster. Now I get the turbine psml rendered in about 60 msecs in my dual
> Pentium III 450MHz. Default.psml in about 100 msecs.
>
I forgot to say that this is using jdk1.3 server Hotspot under linux.
Basically, once a RSS channel is parsed, it takes 6-10 msecs to render it.
Before it was around 60 msecs, since it had to run xerces and xalan on it
every time. The difference is impressive.
>
> I hope the patch does not break any code.
>
> I think the broken code got there during the branch switch.
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?: [EMAIL PROTECTED]