GoAhead WebServer 架构

来源:互联网 发布:打印机软件下载 编辑:程序博客网 时间:2024/06/09 14:11

GoAhead WebServer Architecture

GoAhead WebServer 架构

The following diagram is provided to illustrate major WebServer functionality, showing function relationships and identifying associated files. Refer to the list following this illustration for descriptions of these files.

WebServer Architecture (large view)

 


WebServer File Descriptions

asp.c 

Active server page support

cgi.c

Standard CGI support

ejlex.c

Embedded JavaScript lexical analyser

ejparse.c 

Embedded JavaScript parser and API

emfdb.c

WebServer database

form.c

In-memory forms processor with GCI support

handler.c

URL handler support

main.c

Main program and startup for operating system

rom.c

ROM Web pages access module when not using a file system.

security.c

Security URL handler. Implements a basic security policy

sock.c

Generic socket support

sockGen.c

platform-independent socket support

um.c

user management

webs.c

primary GoAhead WebServer code. Includes state machine.



原创粉丝点击