Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrency #44

Open
pedrokiefer opened this issue Oct 29, 2014 · 0 comments
Open

Concurrency #44

pedrokiefer opened this issue Oct 29, 2014 · 0 comments

Comments

@pedrokiefer
Copy link
Collaborator

A few questions I have on concurrency, with a basic scenario such as:

  1. A: POST / Create new resource
  2. B: GET resource
  3. B: PUT changes resource
  4. A: PUT changes resource

How are we handling it? Number 4 should fail, right?
What is the default behavior in tastypie?
Is django USE_ETAGS flag mandatory for this to work? If it is, are we handling ETAGS?

I think we don't have any kind of tests covering this, if anyone has an example of this, I can write the tests and make sure the adapter is working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant