LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Urgent : help needed on web server implemenation (https://www.linuxquestions.org/questions/programming-9/urgent-help-needed-on-web-server-implemenation-260047/)

kbsadiga 11-28-2004 12:52 AM

Urgent : help needed on web server implemenation
 
Hi,

I am trying to implement a HTTP web server in C++.
This is my first attempt at network programming
so I am having a loot of trouble identifying the
right classes, their jobs and their interactions.
The aim is to make the web-server extensible, so
that it serves static pages now, but can be extended
to service dynamic pages later on.

I request anyone who has had some experience in this
to help me out in this regard asap.

Regards
Santhosh

nodger 11-28-2004 08:48 AM

Whats the point in doing this? The best web server, Apache is totally free. You could download the source code for Apache and analyse it.

kbsadiga 11-28-2004 08:25 PM

well this is a curricullum project, so have to do it ..

acid_kewpie 11-29-2004 07:34 AM

if it's a project, then you need to do it yourself, and not expect others to give you answers. basic HTTP functionality is very easy to achieve.

and please don't mark threads as urgent. it is NOT urgent for us in any way. thanks

acid_kewpie 11-29-2004 12:05 PM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php


All times are GMT -5. The time now is 02:35 AM.