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) |
Weilin Zhong (talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | [[Guide Table of Contents]]__TOC__ | ||
| + | |||
| + | ==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. | ||
| + | |||
| + | ==Race conditions == | ||
| + | TODO | ||
| + | |||
| + | ==Distributed synchronization == | ||
| + | TODO | ||
| + | |||
| + | ==Further Reading == | ||
| + | TODO | ||
[[Guide Table of Contents]] | [[Guide Table of Contents]] | ||
[[Category:OWASP_Guide_Project]] | [[Category:OWASP_Guide_Project]] | ||
Revision as of 16:48, 22 May 2006
Guide Table of ContentsObjective
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.
Race conditions
TODO
Distributed synchronization
TODO
Further Reading
TODO