You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Dawid Weiss (JIRA)" <ji...@apache.org> on 2007/08/22 21:06:30 UTC

[jira] Updated: (NUTCH-545) Configuration and OnlineClusterer get initialized in every request.

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