Changes between Initial Version and Version 1 of Ticket #35672, comment 4


Ignore:
Timestamp:
Aug 18, 2024, 5:44:31 AM (5 weeks ago)
Author:
André S. Hansen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35672, comment 4

    initial v1  
    1 I did some more testing and figured out the source of the problem. When i disabled a Threaded connection to the database, the bug stopped happening. My current theory is that the thread dont return the connection to the pool. I am investigating now how i should properly do this with Threads.
     1I did some more testing and figured out the source of the problem. When i disabled a Middleware Threaded connection to the database, the bug stopped happening. My current theory is that the thread dont return the connection to the pool. I am investigating now how i should properly do this with Threads.
    22
    33Simplified version of code
Back to Top