Project:
| View Revisions: Issue #56788 | [ All Revisions ] [ Back to Issue ] | ||
| Summary | 0056788: Performance problem on KernelUtils.getModulesOrderedByDependency | ||
| Revision | 2024-10-15 17:07 by malsasua | ||
| Description | the function getModulesOrderedByDependency in KernelUtils is not efficient: https://gitlab.com/openbravo/product/openbravo/-/blob/release/24Q4/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelUtils.java?ref_type=heads#L275 [^] This function is executed for each login, and when a lot of logins are done simultaneously after restart tomcat, it could cause a performance issue |
||
| Revision | 2024-10-15 14:04 by malsasua | ||
| Description | the function getModulesOrderedByDependency in KernelUtils is not efficient: https://gitlab.com/openbravo/product/openbravo/-/blob/release/24Q4/modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelUtils.java?ref_type=heads#L275 [^] This function is executed for each login |
||
| Copyright © 2000 - 2009 MantisBT Group |