Op 04-02-2020 om 08:17 schreef Christian Grün:
It makes no difference for the BaseX server if you close the session and have open query objects (query objects exclusively reside in the client).
It can make a difference in client implementations, though. If you have a chance to always close queries after the execution, I think you should do so. I assume your are caching the query results before iterating over them, as it’s some in the other client implementations?
Hi Christian,
I used the java-client as example, so yes, I cam caching the query results. I will begin by explicitly closing all the querys, closing the socketconnection and removing the session-objects. Hopefully this will show what's causing the failure.
Ben (The people from CRAN warned that this can be very difficult and can cause severe headache ;-( )