鹰之歌

既然你崇拜鹰,就要像鹰一样翱翔天际,俯瞰大地。哪怕会摔的粉身碎骨。

导航

文章分类 -  GoAhead

An excellent web server for embeded system
uemf.c文件注释
摘要:/** uemf.c -- GoAhead Micro Embedded Management Framework** Copyright (c) GoAhead Software Inc., 1995-2010. All Rights Reserved.** See the file "license.txt" for usage and redistribution license requirements**//********************************** Description *******************************/ 阅读全文

posted @ 2011-06-03 20:39 鹰之歌 阅读(663) 评论(1) 推荐(1)

misc.c文件注释
摘要:/** misc.c -- Miscellaneous routines.//一些通用的、常规的例程** Copyright (c) GoAhead Software Inc., 1995-2010. All Rights Reserved.** See the file "license.txt" for usage and redistribution license requirements**//********************************* Includes ***********************************/#includ 阅读全文

posted @ 2011-06-03 13:12 鹰之歌 阅读(2015) 评论(0) 推荐(0)

uemf.h文件注释
摘要:/** uemf.h -- GoAhead Micro Embedded Management Framework Header** Copyright (c) GoAhead Software Inc., 1995-2010. All Rights Reserved.** See the file "license.txt" for usage and redistribution license requirements**/#ifndef _h_UEMF#define _h_UEMF 1/******************************** Descrip 阅读全文

posted @ 2011-05-31 23:08 鹰之歌 阅读(1127) 评论(1) 推荐(0)

GoAhead Linux目录下Makefile注释
摘要:## Makefile for the GoAhead web server reference source base# for the Linux OS## Copyright (c) GoAhead Software, Inc. 1995-2010# Copyright (c) PeerSec Networks, Inc. 2010##all: compile ARCH = libwebs.aNAME = webs# User Management switch#UMSW = -DUSER_MANAGEMENT_SUPPORT# Digest Access switchDASW = -D 阅读全文

posted @ 2011-05-29 18:36 鹰之歌 阅读(1276) 评论(0) 推荐(0)

ringq.c源码解析
摘要:一:ring_t类型描述: 下面的描述在uemf.h和ringq.c中都有:ringq_t类型定义在uemf.h中:View Code typedef struct { unsigned char *buf; /* Holding buffer for data */ unsigned char *servp; /* Pointer to start of data */ unsigned char *endp; /* Pointer to end of data */ unsigned char *endbuf; /* Pointer to end of buffer */ int bufl 阅读全文

posted @ 2011-05-21 16:54 鹰之歌 阅读(609) 评论(0) 推荐(0)

与GoAhead相关的一些问题与回答
摘要:Questions and Answers Why is GoAhead Software distributing royalty free embedded Web server source code?Our goal in releasing GoAhead WebServer under an open source license is to help put a Web server in every device, harness the pool of talented developers, and enhance the reliability of GoAhead We 阅读全文

posted @ 2011-05-20 18:47 鹰之歌 阅读(417) 评论(0) 推荐(0)

GoAhead的特点
摘要:SpecificationsGeneral:60K memory footprint Standards compliant Open scripting architecture Only dependant on standard C runtime library . Compatible with GoAhead’s Embedded Management Framework. Dynamic Content:ASP (not Microsoft IIS compliant) In-Process CGI Traditional CGI support (Most OS Platfor 阅读全文

posted @ 2011-05-20 18:40 鹰之歌 阅读(246) 评论(0) 推荐(0)