Hello!
I'm trying to understand how to correctly implement connection pooling inside Custom WebSocket Push Framework.
During reading several posts, I opened:
https://www.b4x.com/android/forum/t...n-device-desktop-and-web-reports.37254/page-3
and now I'm totally confused!
Which is the best way to connect to a database for many concurrent devices requests? Using the above tutorial, making one connection per device thread or maintain one public connection for all devices?
And all this is needed to be as real-time as possible!
By the way, any help about correctly building connection pooling is highly appreciated!
Thank you in advance!
I'm trying to understand how to correctly implement connection pooling inside Custom WebSocket Push Framework.
During reading several posts, I opened:
https://www.b4x.com/android/forum/t...n-device-desktop-and-web-reports.37254/page-3
and now I'm totally confused!
Which is the best way to connect to a database for many concurrent devices requests? Using the above tutorial, making one connection per device thread or maintain one public connection for all devices?
And all this is needed to be as real-time as possible!
By the way, any help about correctly building connection pooling is highly appreciated!
Thank you in advance!