rahul8590 71 Posting Whiz

Hello everyone , i am trying to create a multi threaded web server, i did the basic part (socket programming ) successfully .

Ref: http://www.daniweb.com/code/snippet217312.html

now , the next step , i am trying to establish it by making it multi thread or repetetive polling for client request (yet to decide)

The problem i am facing , is i want to create a shared memory pool where the client can access the list of files in the server.

Example :
There exist a folder named share and there exist some files , in it.
Now , if client request to access the files , it server has to find the file and then send it to the client .
Is it possible ? if yes , could u enlighten me on how to implement it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.