Fixed
Details
Assignee
Xavier De CockXavier De CockReporter
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
Xavier De Cock
Xavier De CockReporter
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 4 April 2021 at 12:33
Updated 22 December 2022 at 16:42
Resolved 22 December 2022 at 16:42
for even better performance, rather than check each connection
Relying on the HttpClient to check if the connection is stale before executing a request. This is an expensive option that is not always reliable.
https://www.baeldung.com/httpclient-connection-management#eviction
this could be managed by Lucee's background controller process which runs every minute
https://github.com/lucee/Lucee/blob/6.0/core/src/main/java/lucee/runtime/engine/Controler.java#L309