Let me describe what I am doing:

I have a directory that contains .xml files. In my
sitemap, I have a pipeline that starts with a
DirectoryGenerator on this directory. I then have a
transformation that takes the directorygenerator's
output and puts some xi:include tags with xpointers to
some tags in the xml files I am interested in. I then
run the xinclude transformation and serialize to html.
This is exactly what is described in this email to the
list (i was involved in that original email):
http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102617106411067&w=2

There is a link to this email in the Cocoon XSLT FAQ
question titled: "What's "wrong" with use of the
document() function in Cocoon?"

So, I'm using that method, and it works. The result is
that I get an html page with the tags I pulled out
with xinclude for each xml file. It works, but the
performance is pretty terrible. I have approximately
30 xml files in the said directory, and the size that
most of the files is around 30K. (there are a couple
that are around 200K) I am pulling out 4 tags with
xinclude. I have Cocoon version 2.0.3 and its running
with tomcat on a dual 1ghz processor server with 1gb
ram and raid disks. 

The time for the pipeline to execute is just under 14
seconds, which is too long. (i measured using a
stopwatch from the time I requested the page until the
time i could see it).

So, I have the usual questions:

1) If anyone else is using a similar setup, do you
have similar issues?

2) What can I do to improve performance?

Thanks for any suggestions.




 

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to