Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #16930

Re: How can you make idle processors pick up java work?

From "Patricia Shanahan" <patricia.shanahan@1:261/38.remove-s5i-this>
Subject Re: How can you make idle processors pick up java work?
Message-ID <50197006.55898.calajapr@time.synchro.net> (permalink)
Newsgroups comp.lang.java.programmer
Date 2012-08-01 18:09 +0000
Organization tds.net

Show all headers | View raw


From: Patricia Shanahan <pats@acm.org>

On 7/31/2012 1:07 PM, qwertmonkey wrote: ...
>   Please, let me know if you have a better idea of how to read very large
text
> files in a faster way (while using a regular/sub-optimal box) ~
...

It sounds as though your throughput is limited by disk read head time - 
splitting across physical disks increases that resource.

You *may* be able to improve the efficiency of one drive by using NIO 
non-blocking reads to keep more disk prefetch reads going at once. Given a pool 
of reads, the drive can optimize their order to reduce total head movement, and 
therefore time the read head wastes not actually doing a transfer.

Patricia

--- 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 | NextNext in thread | Find similar | Unroll thread


Thread

Re: How can you make idle processors pick up java work? "Patricia Shanahan" <patricia.shanahan@1:261/38.remove-s5i-this> - 2012-08-01 18:09 +0000
  Re: How can you make idle processors pick up java work? "Lew" <lew@1:261/38.remove-s5i-this> - 2012-08-01 18:09 +0000

csiph-web