Pregunta

I have a service which takes a not-insignificant amount of time to complete a request. During this time, I set a status field corresponding to a table being operated on to "locked". If another request is made to this service, but the table is still "locked", I want to return the appropriate HTTP code. What would you suggest?

¿Fue útil?
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top