[Prev][Next][Index][Thread]
Re: Server Implementation ONLY - what to exclude from the Common Lib?
-
To: Vu Nguyen <vu@isdnsys.com>
-
Subject: Re: Server Implementation ONLY - what to exclude from the Common Lib?
-
From: Henrik Frystyk Nielsen <frystyk@w3.org>
-
Date: Thu, 25 Jan 1996 13:37:34 -0500
-
Cc: "'www-lib@w3.org'" <www-lib@w3.org>
-
From frystyk@w3.org Thu Jan 25 13: 37:39 1996
-
Message-Id: <9601251837.AA13259@www20>
-
Reply-To: Henrik Frystyk Nielsen <frystyk@w3.org>
-
X-Mailer: exmh version 1.6.2 7/18/95
Vu Nguyen writes:
> Due to limited memory available, I'd like to know what I can exclude from the Libwww in order to implement a Web server
Speaking in terms of DLLs - what you need is the following:
- wwwutils.dll: The basic programming utilities
- wwwcore.dll: The core registry
- wwwfile.dll: The local file access module
Then you also need a HTTP server module. This is not yet in place but you can have a look at the HTTPServ.c module which is a first very basic and raw draft of what it might look like.
The wwwutils and wwwcore DLLs must be included in all libwww based applications but the rest can be configured as needed. The total size of the two DLLs is about 160K in a stripped version.
--
Henrik Frystyk Nielsen, <frystyk@w3.org>
World-Wide Web Consortium, MIT/LCS NE43-356
545 Technology Square, Cambridge MA 02139, USA