Confirmed users
971
edits
Line 218: | Line 218: | ||
None. | None. | ||
=== Memcache Servers === | === Home Memcache Servers === | ||
The | The memcache servers are used to cache frequently used data to make the web app as responsive as possible. | ||
'''Stored Data:''' | '''Stored Data:''' | ||
Line 229: | Line 229: | ||
! Where | ! Where | ||
|- | |- | ||
| | | Web Application Session | ||
| | | MemCache Server | ||
|} | |} | ||
'''Communication with | '''Communication with Web Server''' | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 243: | Line 243: | ||
|- | |- | ||
| ''In:'' | | ''In:'' | ||
| | | Put Web Session | ||
| | | The Web Session object. | ||
| | | | ||
|- | |- | ||
| ''Out:'' | | ''Out:'' | ||
| | | Get Web Session | ||
| | | The Web Session object. | ||
| | | | ||
|} | |} |