Hi,

I plan to use the weekend to improve the web ui of nutch.
Here is my notice sheet , please contribute critics or more improvement suggestion before weekend!


Help for example writing a stress test would be very welcome.

Thanks!
Stefan

+ should we use httpUnit for testing?
+ XML + XSLT for search-form and result page generation.
+ caching of HTML snippet that was generated at startupby XML-XSLT process. (A kind of tiny template engine)
+ cache everything you can cache
+ use Servlets instead of jsp since Jsp use slow PrintWriter and Servlets the faster OutputStream
+ do not use tag libs since they are slow. (since we didnt use jsp any more we haven't this problem)
+ do not log directly in search or result "pages" use a "log queue" that has a log- statements stack to write it independent from the out creation.
+ no sessions any more or do we need them somewhere i had oversee?
+ using GZIPOutputStream where possible but make it configurable
+ flush data in sections
+ set getLastModified to server startup time
+ make it possible to load static content from a other server for example an apache installation. (make absolute paths possible)





--------------------------------------------------------------- open technology: http://www.media-style.com open source: http://www.weta-group.net open discussion: http://www.text-mining.org



-------------------------------------------------------
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

Reply via email to