We have a predominant RESTful architecture for our product. This allows us to practically implement almost all the necessary functions, except for this new requirement, which is included.
I need to implement a page that allows the user to perform large-scale database operations synchronously. They can stop the operation between them if they realize that they made a mistake (instead of waiting for the completion and completion of the cancel operation).
I was wondering if anyone could give some guidance as to what would be the best way to implement such functionality?
Hooray! Nirav
Nirav source
share