Re: posix and system V
From: Chuck Dillon (spam_at_nimblegen.com)
Date: 04/23/04
- Next message: Chuck Dillon: "Re: Newbie question re data interrogation?"
- Previous message: Bill Marcum: "Re: posix and system V"
- In reply to: Diego: "posix and system V"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 23 Apr 2004 08:35:39 -0500
Diego wrote:
> What's the difference between posix and system V?
There are various flavors of UNIX systems. System V refers to flavors
derived from the last AT&T version. As opposed to those derived from BSD.
POSIX is a set of standards that were created to promote portability
across the various flavors of UNIX by defining a common set of
interfaces, for example.
The point being that if you want to build a software system that will
run on as many UNIX platforms as possible you can build it within the
bounds of what POSIX specifies and reduce your costs. The amount of
code specific to any given platform decreases dramatically.
-- ced
-- Chuck Dillon Senior Software Engineer NimbleGen Systems Inc.
- Next message: Chuck Dillon: "Re: Newbie question re data interrogation?"
- Previous message: Bill Marcum: "Re: posix and system V"
- In reply to: Diego: "posix and system V"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|