has anyone used <https://github.com/python-trio/tr...
# troubleshooting
t
no matter what i do, i’m seeing my queries run sequentially
k
@Xiang Fu do you know if this is expected?
x
I haven’t tried out trio, but for python, you need to have your “concurrent” framework to send parallel workload
also try to init multiple clients to see if that will help
for the client, we are not using threading or async, contributions are welcome 😉
t
x
right, each thread need to have its own connection
How is your application running ? How many threads are you expecting to have