Re: Maximum number of threads
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Shawn, Wow... why so many threads? Somehow I knew this question would come up sooner or later :-) Cheers, Andreas _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Why not a thread pool of worker threads that you can take tasks off of a queue or something? I'm working on a communications simulation where the straightforward approach involves creating one thread per node. This thread both generates new messages based on traffic models and listens for messages from other nodes. In some instances, more than one thread per node would prove handy. The network has 15k+ nodes, and therein lies the problem. This email sent to site_archiver@lists.apple.com
participants (1)
-
Andreas Yankopolus