Topic: C++ task handling classes
Author: favre@medsun.unige.ch (Eric Favre)
Date: Tue, 8 Feb 1994 07:40:32 GMT Raw View
Hello!
With the IBM C++ compiler (xlC) comes a task handling class library,
that allows to create and manage tasks.
Before using these classes I would like to know if they are
'standard' (I'm looking for portability across multiprocess operating
systems like UNIX), and, if it isn't so, I would like to know if it's
possible to have the source of the library.
Thanks.
Eric
--
Eric Favre, favre@medsun.unige.ch
University of Geneva
Voice : ++41.22.70.253.56
Fax : ++41.22.347.33.34
Address :
C.M.U.
Department of Physiology
1, rue Michel-Servet
CH - 1211 Geneva 4
(Switzerland)
Author: pascual@peggy.tid.es (Pascual Juan)
Date: Tue, 8 Feb 1994 13:21:42 GMT Raw View
In article <1994Feb8.074032.7908@news.unige.ch>, favre@medsun.unige.ch (Eric Favre) writes:
|> With the IBM C++ compiler (xlC) comes a task handling class library,
|> that allows to create and manage tasks.
|> Before using these classes I would like to know if they are
|> 'standard' (I'm looking for portability across multiprocess operating
|> systems like UNIX), and, if it isn't so, I would like to know if it's
|> possible to have the source of the library.
|>
|> Thanks.
|>
|> Eric
C++ compilers provided by HP and SUN are really versions of C-Front. Both
of them ofer AT&T C++ Lang System library, where Complex Arithmetic,
Clases for Co-routine and the very Iostreams are discussed.
Co-routine library describes clases like task, queue, qhead, qtail, clock
and timer. I just know they exist, I've never programmed with them, but
you can find more information in "AT&T C++ Lang System library Manual",
chapter two, that quotes a paper by Bjarne Stroustrup and Jonathan E.
Sophiro. The one I own is almost Jurasic (it is copyrighted 1989 by AT&T),
and I would like to know if its interface is part of the standard
co-routines library, if any.
--
_V_
_(,|,)` _
| ___ ') _))
|_|`__/___//
/ --' _,
/------) q(_)
----------------------------( /--( /----^--------------------------------------
__ _ | / ) / ) Pascual Juan
/ )/| ( ) /, | / | (_/ (_/ E-mail: pascual@gonzo.tid.es
/__//_| \ /< |/ |
/ / |(_// ) / | Phone: +34-1-337-47-04
| fax: +34-1-337-42-22
-------------------------------------------------------------------------------