On Iau, 2004-02-19 at 21:55, Edwin Handschuh wrote:
> I'm told a similar application running on an HP-UX environment (or other
> pure Unix environment I guess) wouldn't have the "new address space"

Well if you use fork() you will have address space handling overhead on
any platform, it just wont hurt you on Unix generally. If you are using
threads then you can run 5000 threads in one application happily
(although there are sound technical reasons its a dumb thing to do for
efficiency)

> Oh, one last thing:
>    There seems to be a belief that L390 is a port of meta code instead of
> natively compiled code.  My guess is that its heavily tweaked code compiled
> to run on z/Series hardware.  In fact, the more that I think about it, the
> more I know it has to be rather unique considering the I/O subsystem.

In the sense that their may be VM under it and complex microcode I guess
that is to a small extent true. Linux on 390 is native 390 code however.

Reply via email to