I have an application developed with UNIGUI components for Delphi XE5 and I would like to know how I can run a routine on the application server, without necessarily being in the browser interface. One of the routines is communication via sockets, this routine collects data from a meteriological station and this data wants to be displayed in my browser interface, I wonder if it is possible to collect this information and store it in a database while the server is running, without necessarily the page is open.