comp.lang.ada
 help / color / mirror / Atom feed
From: kilgallen@eisner.decus.org (Larry Kilgallen)
Subject: Re: DEC Ada tasks and multiprocessors
Date: 1997/05/23
Date: 1997-05-23T00:00:00+00:00	[thread overview]
Message-ID: <1997May23.111849.1@eisner> (raw)
In-Reply-To: 338453EE.15F0@elca-matrix.ch


In article <338453EE.15F0@elca-matrix.ch>, Mats Weber <Mats.Weber@elca-matrix.ch> writes:

> We are using DEC Ada 3.3 for AXP, and our current problem is that we
> cannot use multiple processors for the Ada tasks in a single Ada
> program. We do not want to split the application into multiple
> programs/processes because that would be too much work.

A single process on VMS V6 can only use one CPU at a time.
That is an operating system constraint which has been in VMS since 1978.
The constraint is lifted on VMS V7 for Alpha.

> We are running VMS 6.2 on Alpha's with multiple processors. We can't
> upgrade to VMS 7.1 now due to our customer's constraints (it's a large
> system with peripherals that are not yet ready for VMS 7.1 (drivers,
> etc.)).

I just updated a driver which was NEVER, EVER going to run on anything
past VMS V6.2 so that it can be used on VMS V7.1 because the folks who
signed 20 year contracts for continued manufacture of a particular model
of hardware changed their mind.  Updating the driver was straightforward
because there was no need for 64-bit addressing support. A recompile
and relink (with the proper OS libraries) was all it needed.

Of course a lot of time the problem is that driver source is
controlled by a different organization which is not so interested
in upgrading.

Larry Kilgallen




  reply	other threads:[~1997-05-23  0:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-05-22  0:00 DEC Ada tasks and multiprocessors Mats Weber
1997-05-23  0:00 ` Larry Kilgallen [this message]
1997-05-24  0:00 ` Robert Dewar
1997-05-27  0:00 ` Brendan Boulter
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox