Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
you simplified connection pooling, now ready to implement it without copy paste , thanks
Thank you
BTW good explanation 👍
What is connection leak here. Threads are waited for connection object for specified time I.e. idel time. Will those thread again get connection object? Or request will be failed ?
Request will fail based on the timeout. If till the time connection is available then request will be processed else it will fail
you simplified connection pooling, now ready to implement it without copy paste , thanks
Thank you
BTW good explanation 👍
Thank you
What is connection leak here. Threads are waited for connection object for specified time I.e. idel time. Will those thread again get connection object? Or request will be failed ?
Request will fail based on the timeout. If till the time connection is available then request will be processed else it will fail