Tagged Questions

2
votes
5answers
84 views

Updating a database record every month

I need to update some user records in my database every month (specifically, give them credits that belong to their subscription), starting the day they sign up. I thought of doing it this way: Once ...
0
votes
4answers
45 views

How to send periodically data from client to server

A part of my program needs to simulate a GPS. So I am setting up a client-server connection. Where on server my main application would run and on client it would send the GPS string periodically after ...
0
votes
8answers
951 views

Call function periodically in Java

we need run one function periodically in Java web application . How to call function of some class periodically ? Is there any way that call function when some event occured like high load in server ...