B4J Question Server app & schedule a task

tchart

Well-Known Member
Licensed User
Longtime User
I have a web server written in B4J. I'd like to update some data on a schedule. Does any functionality exist to execute an Sub on a schedule?

Edit: Sorry to just to clarify, as an example I have a page which reformats a JSON feed (from another website) into a searchable table. The JSON feed is updated when a user visits the page and the data is more than 60 minutes out of date. The problem is there is a lag with the data update so I would prefer to make it a background task that fires ever 60 minutes.
 
Last edited:
Top