I am running automatic tests and after each test, all the sessions of these tests are automatically inserted into a temporary table. My tool (in JAR), checks this temporary table and when it finds a new session inserted, my tool scans it and then delete this entry from the temporary table.
Actually I can do that manually without any problem (telling my tool to check the temporary table, if there is something new, scan it…), but I want to do that automatically, I mean my tool always running, and checks automatically (for example every hour) if there is something new in the temporary table.
Could you help me how I can do that ? I guess I need a server where I execute my tool 24/24, which type of server? Thank you very much