Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #16785
| From | "David Lamb" <david.lamb@1:261/38.remove-dpk-this> |
|---|---|
| Subject | Re: How can you make idle processors pick up java work? |
| Message-ID | <50181D64.55753.calajapr@time.synchro.net> (permalink) |
| Newsgroups | comp.lang.java.programmer |
| References | <50181D63.55752.calajapr@time.synchro.net> |
| Date | 2012-07-31 18:02 +0000 |
| Organization | tds.net |
To: qwertmonkey From: David Lamb <dalamb@cs.queensu.ca> On 30/07/2012 7:27 PM, qwertmonkey@syberiaoutpost.ru 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? > >> Use multiple threads? > ~ > a) I need to actually scan large text files (10+ million lines). > b) On each line there is a NL sentence. > c) That processing should be run only once, but as fast as possible. > ~ > d) If you go: > d.1) int iPrx = Runtime.getRuntime().availableProcessors(); > d.2) count all lines > d.3) split the file in (total lines)/iPrx > d.4) then run iPrx threads (or executable instances using a batch script) > the time you waste on d.2) and d.3) will make all that strat senseless How slow is the NL processing? Does it make any sense to read lines in one thread and pass each off to one of the iPrx-1 other threads that might run on separate processors? --- BBBS/Li6 v4.10 Dada-1 * Origin: Prism bbs (1:261/38) --- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How can you make idle processors pick up java work? "qwertmonkey" <qwertmonkey@1:261/38.remove-dpk-this> - 2012-07-31 18:02 +0000 Re: How can you make idle processors pick up java work? "David Lamb" <david.lamb@1:261/38.remove-dpk-this> - 2012-07-31 18:02 +0000 Re: How can you make idle processors pick up java work? "Patricia Shanahan" <patricia.shanahan@1:261/38.remove-dpk-this> - 2012-07-31 18:02 +0000 Re: How can you make idle processors pick up java work? "Joshua Cranmer" <joshua.cranmer@1:261/38.remove-dpk-this> - 2012-07-31 18:02 +0000 Re: How can you make idle processors pick up java work? "John B. Matthews" <john.b..matthews@1:261/38.remove-dpk-this> - 2012-07-31 18:02 +0000
csiph-web