Yes! This would be a great addition to our test suite.
My dream is that the test suite can start Tomcat, serving some test content, crawl that site, index it, then search it over HTTP--a true end-to-end test.
Well, "in case" we would use maven we would have the solution ready yet since it is build in.
But since we.... ;-)
Serious I strongly think nutch need a maven build, but we will discuss this on a other time.
No, we will have XSLT generated HTML.+ XML + XSLT for search-form and result page generation.
That would be great. There are versions of all of the JSP tags which are XML-compatible. So it is possible to have XSLT generate JSP pages.
In case I can make something faster, I will do right now when I do the implementation.
These sound like premature optimizations.
Is logging a performance bottleneck? Output is redirected to a file, and the OS buffers writes, so there shouldn't be delays when logging. In any case, if we want to optimize this, then we should optimize the log Handler that we use, not the web app, no?
http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Handler.html
I really don't like java.util.logging. Tomcat use log4j, jetty use log4j and yes i think if we really wish to run high performance UIs logging is one of many bottlenecks.
Again we need not to discuss log4j now, we will do it later as well. ;-)
http://freeroller.net/page/fate/?anchor=java_util_logging_shoddiness
+ no sessions any more or do we need them somewhere i had oversee?
I'm not sure what you mean here.
Do you tried browse the ui with lynx?
Tomcat is setting a session cookie. This is expansive and may be give a wrong image of nutch, since cookies == monitoring.
+ flush data in sections
How des this help? I've always thought it was best to flush once at the end. But I suppose you could flush the header first, or something...
There is measured speed and there is the speed a user feel. Flushing improve user "feel'd" speed. :-)
+ set getLastModified to server startup time
This is so the browser will cache more things?
Only the search form.
Ok, i will start now.
best Stefan
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers
