comp.lang.ada
 help / color / mirror / Atom feed
* Where CIFO, POSIX 1003.4a?
@ 1997-11-13  0:00 Michael & Amy Hartsough
  1997-11-15  0:00 ` Robert S. White
  0 siblings, 1 reply; 6+ messages in thread
From: Michael & Amy Hartsough @ 1997-11-13  0:00 UTC (permalink / raw)



I've spent quite a bit of time in the search engines trying
with no success to locate the following items:

POSIX 1003.4a, and
Catalog of Interface Features and Options (CIFO)

I'd prefer ftp-able versions, though I could live with
a reference for obtaining hardcopies.

Thanks,
	Michael




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Where CIFO, POSIX 1003.4a?
  1997-11-13  0:00 Where CIFO, POSIX 1003.4a? Michael & Amy Hartsough
@ 1997-11-15  0:00 ` Robert S. White
  1997-11-16  0:00   ` Keith Thompson
  0 siblings, 1 reply; 6+ messages in thread
From: Robert S. White @ 1997-11-15  0:00 UTC (permalink / raw)



In article <64g2hl$6m5@mtinsc02.worldnet.att.net>, Hartsough@worldnet.att.net 
says...
>
>I've spent quite a bit of time in the search engines trying
>with no success to locate the following items:
>
>POSIX 1003.4a, and
>Catalog of Interface Features and Options (CIFO)
>
>I'd prefer ftp-able versions, though I could live with
>a reference for obtaining hardcopies.

ISBN 1-56592-074-0 for $29.95 from my friendly Barnes & Noble.  
"Programming for the Real World POSIX.4" by Bill O. Gallmeister,
O'Reilly & Associates, Inc. 1995

I seems that hardly any IEEE standards are free and available for
ftp download :-(

_____________________________________________________________________
Robert S. White         -- An embedded systems software engineer
e-mail reply to reverse of: ia us lib cedar-rapids crpl shift2 whiter





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Where CIFO, POSIX 1003.4a?
  1997-11-15  0:00 ` Robert S. White
@ 1997-11-16  0:00   ` Keith Thompson
  1997-11-16  0:00     ` Robert S. White
  1997-11-24  0:00     ` Richard A. O'Keefe
  0 siblings, 2 replies; 6+ messages in thread
From: Keith Thompson @ 1997-11-16  0:00 UTC (permalink / raw)



Robert S. White (nospam@somewhere.ia.us) wrote:
> In article <64g2hl$6m5@mtinsc02.worldnet.att.net>,
> Hartsough@worldnet.att.net says...
> >I've spent quite a bit of time in the search engines trying
> >with no success to locate the following items:
> >
> >POSIX 1003.4a, and
> >Catalog of Interface Features and Options (CIFO)
> >
> >I'd prefer ftp-able versions, though I could live with
> >a reference for obtaining hardcopies.
> 
> ISBN 1-56592-074-0 for $29.95 from my friendly Barnes & Noble.  
> "Programming for the Real World POSIX.4" by Bill O. Gallmeister,
> O'Reilly & Associates, Inc. 1995

"Programming for the Real World POSIX.4" is a *description* of the
POSIX.4 (now called 1003.1b) standard; it's not the standard itself.
Also, it doesn't cover POSIX 1003.4a (now 1003.1c), which is what the
original poster was asking about.

(POSIX.4, aka 1003.1b-1993, is real-time extensions; POSIX.4a, aka
1003.1c-1994, is threads extensions.  Reference: "Programming for the
Real World POSIX.4", page 6.)

There's another O'Reilly book called Pthreads Programming, ISBN
1-56592-115-1, by Bradford Nichols, Dick Buttlar, and Jacqueline Proulx
Farrel, that covers POSIX threads.  It's more of a tutorial than a
description of the standard.

You should be able to get the standards themselves from IEEE for lots
of money; see <http://www.ieee.org>.

As for CIFO, I believe it was published in Ada Letters a few years ago.

-- 
Keith Thompson (The_Other_Keith) kst@cts.com <*>
^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H
San Diego, California, USA
"Simba, you have forgotten me.  I am your father.  This is CNN." -- JEJ




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Where CIFO, POSIX 1003.4a?
  1997-11-16  0:00   ` Keith Thompson
@ 1997-11-16  0:00     ` Robert S. White
  1997-11-22  0:00       ` Michael & Amy Hartsough
  1997-11-24  0:00     ` Richard A. O'Keefe
  1 sibling, 1 reply; 6+ messages in thread
From: Robert S. White @ 1997-11-16  0:00 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2383 bytes --]


In article <879670842.278974@wagasa.cts.com>, kst@king.cts.com says...
>
>Robert S. White (nospam@somewhere.ia.us) wrote:
>> In article <64g2hl$6m5@mtinsc02.worldnet.att.net>,
>> Hartsough@worldnet.att.net says...
>> >I've spent quite a bit of time in the search engines trying
>> >with no success to locate the following items:
>> >
>> >POSIX 1003.4a, and
>> >Catalog of Interface Features and Options (CIFO)
>> >
>> >I'd prefer ftp-able versions, though I could live with
>> >a reference for obtaining hardcopies.
>> 
>> ISBN 1-56592-074-0 for $29.95 from my friendly Barnes & Noble.  
>> "Programming for the Real World POSIX.4" by Bill O. Gallmeister,
>> O'Reilly & Associates, Inc. 1995
>
>"Programming for the Real World POSIX.4" is a *description* of the
>POSIX.4 (now called 1003.1b) standard; it's not the standard itself.
>Also, it doesn't cover POSIX 1003.4a (now 1003.1c), which is what the
>original poster was asking about.

  Sorry! I missed the "a".

>
>(POSIX.4, aka 1003.1b-1993, is real-time extensions; POSIX.4a, aka
>1003.1c-1994, is threads extensions.  Reference: "Programming for the
>Real World POSIX.4", page 6.)
>
>There's another O'Reilly book called Pthreads Programming, ISBN
>1-56592-115-1, by Bradford Nichols, Dick Buttlar, and Jacqueline Proulx
>Farrel, that covers POSIX threads.  It's more of a tutorial than a
>description of the standard.

  As Keith points out the real thing is:

"9945-1 : 1996 (ISO/IEC) [IEEE/ANSI Std 1003.1, 1996 Edition] 
 Information Technology--Portable Operating System Interface (POSIX�)
 --Part 1: System Application: Program Interface (API) [C Language]
 This NEW edition incorporates extensions for realtime applications
 (1003.1b-1993, 1003.1i-1995) and threads (1003.1c-1995).
 784 pages [1-55937-573-6] [SH94352-NYF] $120.00 * IEEE Mbr: $84.00"


>You should be able to get the standards themselves from IEEE for lots
>of money; see <http://www.ieee.org>.

  Thanks Keith!  That is very useful, esp the page:

http://standards.ieee.org/reading/ieee/interp/1003-1c-95_int/index.html

which has interpretations that you are allowed to make one printed 
copy of and use at your own risk (non-official).
_____________________________________________________________________
Robert S. White         -- An embedded systems software engineer
e-mail reply to reverse of: ia us lib cedar-rapids crpl shift2 whiter





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Where CIFO, POSIX 1003.4a?
  1997-11-16  0:00     ` Robert S. White
@ 1997-11-22  0:00       ` Michael & Amy Hartsough
  0 siblings, 0 replies; 6+ messages in thread
From: Michael & Amy Hartsough @ 1997-11-22  0:00 UTC (permalink / raw)



Thanks for the pointers!

	Michael




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Where CIFO, POSIX 1003.4a?
  1997-11-16  0:00   ` Keith Thompson
  1997-11-16  0:00     ` Robert S. White
@ 1997-11-24  0:00     ` Richard A. O'Keefe
  1 sibling, 0 replies; 6+ messages in thread
From: Richard A. O'Keefe @ 1997-11-24  0:00 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 622 bytes --]


kst@king.cts.com (Keith Thompson) writes:

>There's another O'Reilly book called Pthreads Programming, ISBN
>1-56592-115-1, by Bradford Nichols, Dick Buttlar, and Jacqueline Proulx
>Farrel, that covers POSIX threads.  It's more of a tutorial than a
>description of the standard.

Beware:  the C examples in that book are really dreadful.
I can only presume that none of them were run through Lint or any other
static checker, and that many of them never saw a compiler either.

-- 
John �neas Byron O'Keefe; 1921/02/04-1997/09/27; TLG,TLTA,BBTNOTL.
Richard A. O'Keefe; RMIT Comp.Sci; http://www.cs.rmit.edu.au/%7Eok




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1997-11-24  0:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-11-13  0:00 Where CIFO, POSIX 1003.4a? Michael & Amy Hartsough
1997-11-15  0:00 ` Robert S. White
1997-11-16  0:00   ` Keith Thompson
1997-11-16  0:00     ` Robert S. White
1997-11-22  0:00       ` Michael & Amy Hartsough
1997-11-24  0:00     ` Richard A. O'Keefe

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