Multithreaded client / server

pitaridis

Well-known member
Joined
Nov 18, 2005
Messages
63
Programming Experience
10+
I have to write a small client / server program and I do not know how to start. Does anyone have a simple sample of a Multithreaded client / server application?

Aristotelis
 
Multithreaded File Transfer

I develop an application which will allow a user to create multiple choice tests. It is a client / server application. On the server I will be able to create tests and save them to file(s). The client will connect to the server and get the files for the test. Can someone help me with the file transfer code? I want the client to ask for a files list and after that the client will ask one file every time until all the files have been stored to the local drive of the client’s pc.
 
Back
Top