User 1 did something when the website started the progress bar User2 to display the progress bar here to open the same website is required. Please tell me
I take it you Want Can any user start a process that displays progress times?
If you are not scaling multiple websites, then this is quite simple, because you can do a static variable anywhere that all requests can see if the operation is running (but the thread Be careful with signaling).
If you are scaling horizontally, then this "global variable" state will need to be maintained anywhere, or the message sent between the examples of each website so everyone knows that the operation will run Has been / ended
Example in webpage: On_load:
if (Operation Controller. ISBC) // Static "Global" variable {// display progress bar} other {// start operation Display Control to Do}
Example of starting Opera Tion:
Public Zero Start OperationButton_OnClick (...) {Operation Controller. Start operation (); }
Comments
Post a Comment