views:

40

answers:

0

Hi guys,

Quite new here I am,

I want to implement the scenario where a client reads data (Line) from 2 servers at the same time in parallel. I have been looking at examples over the net but nearly all the cases refer to multiple clients and a single server. The client after receiving the lines which consists of strings in parallel from servers, it will sort the words and display the 20 words with most occurrences. I'm new to threading so any help is definetely appreciated. I have a deadline until tonight. Thanks for your help.