Changes between Version 3 and Version 4 of MapGuideRfc22
- Timestamp:
- 06/29/07 10:33:34 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc22
v3 v4 37 37 == Proposed Solution == 38 38 39 The existing FastCGI agent will be removed and replaced with a new ISAPI extension and Apache module. Much of the request handling that is currently performed by the FastCGI agent will be implemented instead in the new ISAPI extension or Apache module. These modules will interface directly with the web server and will parse the http request parameters for creating a server request to be executed by the MapGuide Server. The response will be returned to the web server which sends the response back to the client. Complete round trip processing of the request is expected to be at least equal to or greater than the performance when using FastCGI.39 The existing FastCGI agent will be removed and replaced with a new ISAPI extension and Apache module. Much of the request handling that is currently performed by the FastCGI agent will be implemented instead in the new ISAPI extension or Apache module. These modules will interface directly with the web server and will parse the http request parameters for creating a server request to be executed by the MapGuide Server. The response will be returned to the web server which sends the response back to the client. Complete round trip processing of the request is expected to be at least equal to or better than the performance when using FastCGI. 40 40 41 41