Re: Architecture ideas for batch processing?



["Alan Meyer" <ameyer2@xxxxxxxxx>]
|
| RAM can be surprisingly expensive when you buy it in multi-bank,
| multi-gigabyte modules for Sun machines. But your point is well
| taken. The extra cost may be justified.

if we are talking about a large system and the batch processing is
easily separable from your other infrastructure, why not buy cheap
Intel or AMD based machines, fill them up with RAM and run your batch
jobs there? it might be cheaper over all?

| There may be some processing efficiencies besides using
| less memory management in a multi-threaded vs. multi-tasking
| design.
|
| Maybe someone has experience in this area?

it is hard to give any sort of meaningful answer as long as I have no
idea of the what the nature of your batch processing tasks is :-).

-Bjørn

.



Relevant Pages

  • Re: Architecture ideas for batch processing?
    ... >> What are the market price of ram. ... > RAM can be surprisingly expensive when you buy it in multi-bank, ... 1.Allocating a process uses more resource than a new thread. ...
    (comp.lang.java.programmer)
  • Re: Architecture ideas for batch processing?
    ... RAM can be surprisingly expensive when you buy it in multi-bank, ... multi-gigabyte modules for Sun machines. ...
    (comp.lang.java.programmer)