comp.lang.ada
 help / color / mirror / Atom feed
From: Duncan Sands <baldrick@free.fr>
To: "Roger Blum" <roger_blum@swissonline.ch>, comp.lang.ada@ada-france.org
Subject: Re: Ada tasks and openMosix
Date: Mon, 1 Mar 2004 11:18:00 +0100
Date: 2004-03-01T11:18:00+01:00	[thread overview]
Message-ID: <mailman.44.1078136294.327.comp.lang.ada@ada-france.org> (raw)
In-Reply-To: <404308b9$0$708$5402220f@news.sunrise.ch>

> Has somebody any experiences made with multitasking on openMosix clusters?
> Do Ada tasks migrate?

OpenMosix will not migrate programs with multiple threads.   A GNAT task (typically)
maps to a thread, so more than one task means your program won't migrate.  However
I understand that GNAT supports another tasking implementation (FSU threads?)
where there is just one thread that emulates several threads (I may have this
wrong).  In which case a program using the FSU threading implementation should be
migrateable even if it has multiple tasks.

Duncan.



      reply	other threads:[~2004-03-01 10:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-01  9:53 Ada tasks and openMosix Roger Blum
2004-03-01 10:18 ` Duncan Sands [this message]
replies disabled

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