I have a jserver webserver.
The b4j program that wraps(?) this
will now also need to make http requests
of its own based on what is in a database.
What is the best way to set that up that won't interfere
with it listening for incoming requests.
I was thinking of a timer whose tick event made a call to
a resumable sub.
Is there a better way?
Thank you.
The b4j program that wraps(?) this
will now also need to make http requests
of its own based on what is in a database.
What is the best way to set that up that won't interfere
with it listening for incoming requests.
I was thinking of a timer whose tick event made a call to
a resumable sub.
Is there a better way?
Thank you.