is <https://luceeserver.atlassian.net/browse/LDEV-...
# lucee
s
b
@steveduke The ticket is still in the backlog and unresolved, so it would not appear ot be fixed in any version of Lucee.
z
I'm trying to repro at the moment
👍 1
this is my first test, with idle timeout set to 1m for the connection
obviously more than times="10"
interestingly, at the start mysqld is 60% cpu and lucee 10%... after a while lucee goes to 70%
breaks out the debugger
92k pagecontexts seems high too, i had 4 requests going
my poor old laptop, running at 100%
b
Your async array each is creating a new pc for each iteration
I don't even think Lucee pools those
I pointed out in LDEV-2559 that Lucee didn't need to create more pc than it had threads in the pool (default is 20) but I don't think Micha ever changed that which is really too bad
pcs should be reset and re-used, not created by the thousands
z
Anyway, we can't reproduce so far, @micha is going to have a look tomorrow. It's not a blocker for the first stable release but we're trying. We might end up backporting from 6.0 the Apache commons pooling, but that would land in 5.3.10
👍 3