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
Difference between revisions of "Distributed Computing"
From OWASP
Weilin Zhong (talk | contribs) |
(→Further Reading) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Guide Table of Contents]]__TOC__ | + | [[Guide Table of Contents|Development Guide Table of Contents]]__TOC__ |
+ | |||
+ | {{Template:Stub}} | ||
==Objective == | ==Objective == | ||
Line 20: | Line 22: | ||
* TODO. | * TODO. | ||
− | + | ||
− | |||
==Distributed synchronization == | ==Distributed synchronization == | ||
Line 30: | Line 31: | ||
− | [[Guide Table of Contents]] | + | [[Guide Table of Contents|Development Guide Table of Contents]] |
− | [[Category:OWASP_Guide_Project]] | + | [[Category:OWASP_Guide_Project|Development Guide Table of Contents]] |
Latest revision as of 22:43, 27 August 2008
Development Guide Table of ContentsThis 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