Details
-
Type:
Improvement Request
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.0.0
-
Fix Version/s: 4.1.0
-
Component/s: Autoloader
-
Security Level: Public
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 3.3.0 [ 10334 ] | |
| Priority | Minor [ 4 ] |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Resolution | Fixed [ 1 ] |
| Description |
The autoloader uses one {{Timer}} by directory to scan. So it uses one *thread* by directory to scan.
The most of time, the autoloader does nothing. So only one {{Timer}} for all directories to scan is sufficient, and some resources will be saved. Note, in the same time, please define a dedicated name to the thread associated to the timer. |
The autoloader uses one {{Timer}} by directory to scan. So it uses one *thread* by directory to scan.
The most of time, the autoloader does nothing. So only one {{Timer}} for all directories to scan is sufficient, and some resources will be saved. Note, in the same time, please define a dedicated name to the thread associated to the timer, so the thread dump will be more readable. |
| Component/s | Installation/Deployment [ 10041 ] |
| Component/s | Autoloader [ 10253 ] | |
| Component/s | Installation/Deployment [ 10041 ] |