- Xojo web application (2023r4 or 2024r11)
- MS SqlServer (2019 or 2022) on Ubuntu 22.04
a very strange thing happens to me.
a query (which extracts max 200 rows from a table that contains about 150000 rows) runs with good (or at least decent) response times using SqlCommandMBS, either in debug mode (macOS) or with the Linux executable, IF within a WebPage or within a Container.
If, on the other hand, the query is executed within a WebDialog, in debug mode the response times are acceptable, BUT from the compiled Linux application there are no results until the timeout (about 10 minutes).
has anyone had similar experiences or are there any suggestions?
thank you
3 posts - 2 participants