ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
137 stars 64 forks source link

Improve the current blocking behaviour with database calls inside transaction context #6648

Open warunalakshitha opened 4 months ago

warunalakshitha commented 4 months ago

Description: ATM by design we block the strand threads when executing database call when it is inside a transaction. IMO we can use seperate thread instead of blocking thread. We need to improve the current logic of handling database code.

warunalakshitha commented 4 months ago

This will be depend on language changes in update 9