Changes between Initial Version and Version 1 of soc/2007/cgi/Concepts
- Timestamp:
- May 25, 2007, 1:55:15 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
soc/2007/cgi/Concepts
v1 v1 1 '''SessionAdapter''' - The implementation of a ```cgi::session```. 2 Purpose: 3 Requirements: 4 5 Since the cache could reside in process memory, shared memory, files or a database, the class should be flexible. The actual data will be held in a std::map<std::string, T>. T should theoretically be generic, so could be boost::any. 6 7 '''CommonGatewayService''' 8 9 '''CommonGatewayRequest''' 10 11 '''Protocol''' 12 Purpose: 13 Alternatives: cgi, fcgi, scgi, http, etc.