Issues
- optimise the initial size of the cgi scopeLDEV-5140Resolved issue: LDEV-5140Pothys - MitrahSoft
- cgi.remote_user is populated, but not cgi.auth_userLDEV-4126Resolved issue: LDEV-4126Pothys - MitrahSoft
- CGIReadOnly is always true (in application.cfm apps)LDEV-3841Resolved issue: LDEV-3841Pothys - MitrahSoft
- CGI doesn't work for any ServletRequest AttributeLDEV-3603Michael Offner
- Make JkEnvVar variables available to CGI scopeLDEV-2986
- CGI.HTTPS is not setLDEV-794Resolved issue: LDEV-794Igal Sapir
- make CGI Scope writableLDEV-372Resolved issue: LDEV-372Michael Offner
7 of 7
optimise the initial size of the cgi scope
Fixed
Description
Attachments
1
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Zac SpitzerZac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneFix versions
Priority
New
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Zac Spitzer
Zac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Fix versions
Priority
Created 6 November 2024 at 11:02
Updated 7 November 2024 at 13:48
Resolved 7 November 2024 at 13:48
Activity
Show:
Pothys - MitrahSoft7 November 2024 at 13:47
I have investigated this ticket with Lucee version 6.2.0.155-SNAPSHOT. The DEFAULT_INITIAL_CAPACITY
is now set to 64, and it works fine.
Zac Spitzer7 November 2024 at 12:35
another nice win on the hello world benchmark!
Zac Spitzer6 November 2024 at 17:42
Zac Spitzer6 November 2024 at 11:04
the
cgi
scope has 47 elements, the default initial size for a struct is 32 elements, which means it’s always going to resize on every request, which is a somewhat expensive operationdoing some very rough hello-world benchmarks locally
32 - 9k requests per second
64 -11k requests per second