You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org> on 2005/12/11 06:53:10 UTC

[jira] Resolved: (GERONIMO-1223) Hot Deploy performance improvement Just check directories -patch available

     [ http://issues.apache.org/jira/browse/GERONIMO-1223?page=all ]
     
Aaron Mulder resolved GERONIMO-1223:
------------------------------------

    Fix Version: 1.0
     Resolution: Won't Fix
      Assign To: Aaron Mulder

Given that the patch won't work, I'm putting this issue on ice for now.  Please reopen if you find another workaround.

> Hot Deploy performance improvement Just check directories -patch available
> --------------------------------------------------------------------------
>
>          Key: GERONIMO-1223
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1223
>      Project: Geronimo
>         Type: Improvement
>   Components: deployment
>     Versions: 1.0
>  Environment: linux or windows
>     Reporter: Gao Yong Pan
>     Assignee: Aaron Mulder
>      Fix For: 1.0
>  Attachments: DirectoryMonitor.java.patch
>
> The method getLastModifiedInDir in the hot-deploy/src/java/org/apache/geronimo/deployment/hot/DirectoryMonitor.java is using the algorithm by calculating highest modified time of any files or directories, this could be improved.
> In fact, we only need to check every directory is enough, because any changes, for example, add, remove, edit any files in a directory, the change can be reflected by its current directory's modification time, so  we don't need to check files.
> I also write a patch for the issue. A simple performance testing shows that the patch will improve 58% of the performance.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira