All Questions
1 question
6
votes
1
answer
1k
views
Which parallel pattern to use?
I need to write a server application that fetches mails from different mail servers/mailboxes and then needs to process/analyze these mails.
Traditionally, I would do this multi-threaded, launching a ...