Tagged Questions
4
votes
2answers
746 views
Concurrent network client in Cocoa
I'm trying to work out in my head the best way to structure a Cocoa app that's essentially a concurrent download manager. There's a server the app talks to, the user makes a big list of things to pull ...