0
I have an application developed with UNIGUI components for Delphi XE5 and would like to know how to run a routine on the application server, without necessarily being in the browser interface. One of the routines is communication via sockets, this routine does the data collection of a meteorological station and this data I want to be displayed in my browser interface, would like to know if it is possible to collect this information and store it in a database while the server is running, without necessarily the page being open.
Alex Schmitt, did you implement your routine using timer? Hugs
– user37482