Path: csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: How can you make idle processors pick up java work? Date: Mon, 30 Jul 2012 15:39:21 -0700 Organization: A noiseless patient Spider Lines: 12 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 30 Jul 2012 22:39:22 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="61282af8d6595e8d991edb5ac03d6e00"; logging-data="20609"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Ii5tQhrn8RRAA9N6QhQ7QeP33CQBz73k=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 In-Reply-To: Cancel-Lock: sha1:5c3wmsvLo4nij4SHv7ZpcfPxTHA= Xref: csiph.com comp.lang.java.programmer:16686 On 7/30/2012 3:01 PM, lbrtchx@gemale.com wrote: > Is there a way to make these processors pick up/share work also, or > do you have to use some sort of scheduling framework on top of java? I have to echo Joshua's comment. What are you doing now that you expect a JVM to be executing more than one thread? The full protocol stack would be good to know, as well as any frameworks you are currently using. Some are multi-threaded, some aren't.