This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Distributed Computing

From OWASP
Jump to: navigation, search
Development Guide Table of Contents
This article is a stub. You can help OWASP by expanding it or discussing it on its Talk page.


Objective

To provide synchronization and remoting services to web applications, by hardening applications against:

  • time of check, time of use race conditions
  • distributed synchronization issues
  • common multi-programming, multi-threaded and distributed security issues

Environments Affected

All.

Relevant COBIT Topics

TODO.

Best Practices

  • TODO.


Distributed synchronization

TODO

Further Reading

TODO


Development Guide Table of Contents