Mult-threaded Voting Application


Extend your voting application to support threads. Use:

Provide ar least two alternative implementations of a multi-threaded server. Assume that the votes are stored in a file at the server side. Is this implementation better (in terms of performance) than the single-threaded one?


Implementation using Java Threads


Multi-threaded Implementation using Posix Threads