I have a daily launched multi-threaded loading service. I want to move the progress of the percentage of the loader. Was thinking that it would be nice to have an updated column on the database table that writes the progress, whether it is a good idea or there will be a big overhead (5k updates per minute). Is there a better way to do this?
In my opinion the overhead would be great, a better solution only to keep the memory progress on the server and This will be provided by highlighting the request of a web service, which will give you current progress.
Comments
Post a Comment