Want to answer an extra question for me?
Want to answer an extra question for me?
Server programs are rarely implemented as non-threaded
applications, even though that is how you implemented your previous server application. Servers would not be able to provide the necessary throughput unless they used threading to allow for I/O to occur concurrently with servicing client requests.
For this Assignment, you will modify your finger server program from Week 6 to use threads. The server should activate a new thread to process each incoming client request, thus allowing client requests to be processed concurrently.
To prepare:
- Start up NetBeans.
- Open your implementation of the finger protocol from Week 6.
By Day 7, modify your finger server program to use threads. The server should activate a new thread to process each incoming client request, thus allowing client requests to be processed concurrently.
I would need the netbeans project and an extra text document with the code and all changes highlighted to base a 5-7 page paper on. I would need this by monday. I am attaching the same thing you used to answer my last project.