Best way of implementing a batch like operation in a RESTful architecture?

Posted by Nirav on Stack Overflow See other posts from Stack Overflow or by Nirav
Published on 2010-03-22T16:23:40Z Indexed on 2010/03/22 16:31 UTC
Read the original article Hit count: 540

Filed under:
|
|

Hello,

We have a predominantly RESTful architecture for our product. This enables us to nicely implement almost all of the required functionality, except this new requirement thats come in.

I need to implement a page which lets the user to large scale DB operations synchronously. They can stop the operation in between, if they realized they made a mistake (rather than waiting for it to complete and doing an undo operation)

I was wondering if some one could give some pointers as to what would be the best way to implement such a functionality?

Cheers! Nirav

© Stack Overflow or respective owner

Related posts about rest

Related posts about batch