Hello,
I am building a Django application using BaseX as its database, using a custom model layer with the Python API.
Currently, I am using a single Session instance to connect to the BaseX server, but I am facing problems when multiple queries are sent at the same time.
I didn't check how the client API works in details, but is it made in such a way that only one query at a time can be sent? Should I use a new Session instance for every single query sent to the server?
Thanks in advance.
Regards,
Michael Clement