- From: Jim Hutchison <jrh@southwind.net>
- Date: Fri, 5 Mar 1999 08:58:31 -0600
- To: <www-lib@w3.org>
REMOVE
----------
> From: Boris Prochazka <bopr@lucky.cdt.luth.se>
> To: www-lib@w3.org
> Subject: Using libwww for web-servers
> Date: Friday, March 05, 1999 6:33 AM
>
> Has anybody used libwww for implementing a server?
>
> We are trying to do a serverimplementation using HTTPServ module. We try
to
> follow the example listen.c from the Example directory but the
differences are
> far to greate to be able to adapt this to the HTTPServ module.
>
> HTTransport_add("buffered_tcp", HT_TP_SINGLE, HTReader_new
,HTWriter_new);
> HTProtocol_add("http", "buffered_tcp", ms->port, YES, NULL, HTServHTTP);
>
> Has anybody a clue how proceed or an example.
>
> Best regards, Boris
>
> \\V//
> (o o)
> --------------------------ooO--(_)--Ooo-----------------------------
> You know you've achieved perfection in design,
> Not when you have nothing more to add,
> But when you have nothing more to take away.
> .....................................................................
> Boris Prochazka http://lucky.cdt.luth.se/~bopr/
> Frontec Norr AB mailto:bopr@lule.frontec.se
> Aurorum Phone: +46 920 75122
> S-977 75 Lulea, Sweden Fax: +46 920 75299
>
Received on Friday, 5 March 1999 09:59:39 UTC