[
https://issues.apache.org/jira/browse/NUTCH-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated NUTCH-545:
------------------------------
Attachment: search.jsp.patch
Patch of search.jsp that moves initialization code to jspInit().
> Configuration and OnlineClusterer get initialized in every request.
> -------------------------------------------------------------------
>
> Key: NUTCH-545
> URL: https://issues.apache.org/jira/browse/NUTCH-545
> Project: Nutch
> Issue Type: Bug
> Components: web gui
> Reporter: Dawid Weiss
> Attachments: search.jsp.patch
>
>
> The initialization code block in search.jsp is invoked in every request (it's
> part of the request block). This is unnecessary and actually slows down the
> request cycle -- Configuration and OnlineClusterer can (and should) be reused.
> The attached patch moved initialization code to jspInit().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.