wiki:soc/2007/cgi/Concepts

Version 1 (modified by Darren Garvey, 15 years ago) ( diff )

--

SessionAdapter - The implementation of a cgi::session. Purpose: Requirements:

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.

CommonGatewayService

CommonGatewayRequest

Protocol Purpose: Alternatives: cgi, fcgi, scgi, http, etc.

Note: See TracWiki for help on using the wiki.