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

Don't forget a cache means you are trading CPU usage for memory usage. In
some cases this might not be appropriate since in many configurations people
might prefer to use their RAM to store their indexes.

> + use Servlets instead of jsp since Jsp use slow PrintWriter and 
> Servlets the faster OutputStream

Do you have any evidence to support this statement? 

> + do not use tag libs since they are slow. (since we didnt 
> use jsp any 
> more we haven't this problem)

Saying tag libs are slow is like saying java code is slow. It might be true,
it might not. Again - what evidence do you have in this case?




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