Thread: Help!

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    2

    Help!

    Could any of you point me in the right direction?

    I gotta write a C++ Web Server, which can accept 3 clients concurrently. Each client can only gain access to the server if a correct ID and password are supplied with the following formats

    ID: 1 char followed by 5 digits
    Password: 6 Alphanumeric chracters, the first being Alpha
    The server will hold a record of valid Id's and passwords.
    The Web SErver has 4 applications which a client can access after log in. One application is a search engine type which accepts a query and returns the result either NOT FOUND or FOUND and if found, the web address of further information. The other three applications are single HTML web pages which are downloaded to the client on request.
    When the client login is accepted the server uses a look up table to identify the clients last request and if this was for an HTML WEb Page it automatically downloads the previously accessed page. The client can ignore this reponse and request the server to execute another application.

    Please HELP Stacey x x

  2. #2
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    show us an attempt at writing it....

  3. #3
    Registered User
    Join Date
    Jan 2003
    Posts
    2
    do u want me to email u the example or post it on here?

Popular pages Recent additions subscribe to a feed