Settings and activity
2 results found
-
9 votes
An error occurred while saving the comment Danijel Premuš supported this idea ·
-
3 votes
An error occurred while saving the comment Danijel Premuš commented
Prijevod teksta
Izvorni tekst
UniDAC already supports multithreading and connection pooling. Only one thing that is missing for making REST servers are fast conversion query results to JSON. I made some testing serving UniQuery dataset as JSON array and results are about 3 times slower than same application written in Go.Danijel Premuš supported this idea ·
This option would enable implementation of "infitnite scroll". For example if we have a Delphi thin client that connects to the REST service, when the user is positioned on the last record in the DBGrid, the application would request the next page from the server and the obtained data would be appended and user will continue to scroll down.