Pelles C forum

C language => User contributions => Topic started by: frankie on August 29, 2005, 02:00:16 PM

Title: A simple webserver
Post by: frankie on August 29, 2005, 02:00:16 PM
Hi,
I found this project in my archives that I started many years ago.
It is a WebServer, that use multithread to serve requests, and support for isapi extensions (it works with Perl isapi dll).
The server was prepared for isapi filters, but never completed.
There are small problems with threads synchronization (in some cases with many requestes conflicting it could crash).
To use it you have to set your documents directory in the cfg file (WebServer.cfg).
I made it public in case someone need it as base for a complete sw.
As usual this sw comes as is and you can use it at your risk.
Anyway I'll be glad to be notified of its use and of your comments.
F.