The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: steffen@sdaoden.eu (Steffen Nurpmeso)
Subject: [TUHS] Do Interface specifications such POSIX or the LSB Still Matter
Date: Fri, 16 Feb 2018 17:08:02 +0100	[thread overview]
Message-ID: <20180216160802.rmqUz%steffen@sdaoden.eu> (raw)
In-Reply-To: <CAC20D2O37mfO48BDnhbNtNBFf25+juF+4+y+oVWvZbQh0C-GDg@mail.gmail.com>

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

Clem Cole <clemc at ccc.com> wrote:
 |Aharon - is this article you were referring:  [1]POSIX Has Become Outdated: \
 |Atlidakis, Andrus & Geambasu[/1]
 |
 |  [1] https://www.usenix.org/system/files/login/articles/login_fall16_02_atl\
 |  idakis.pdf
 |
 |I have it and have read it.   It is a great piece and I think spot \

They seem to have made it.  Congratulations!
Just five people and six pages of text, graphs and images it took
to throw several different generations of programmers and
experience over board.  That is brilliant.

 |on for new(er) applications being written fresh for Mac OSx, Android, etc. 

Thankfully they describe what they are talking about (apps).  I do
not use one of those.  I believe most of them use Java, an
all-in-one environment which only uses some basic system-calls
where absolutely necessary.

  ...
 |POSIX.1 and LSB certainly helped to solve a set of problems.   But \
 |it seems like the developers of the systems don't care any more.  They \
 |have a use my
 |'framework' and my app store mentality.    Which sort of is working \
 |for mass market where you sell millions of copies. 
  ...

All the servers, mail, web, database etc., they all build upon ISO
C and the much more serious POSIX superset.  POSIX clearly has
a number of dramatical deficiencies, but much less than ISO C has.
Internationalized string processing is a huge problem,
internationalized calendars a second: this is a shortcoming
inherited from the first generations that created C and UNIX.
They definitely had to face completely different problems, but
that UTF-8 did not made it into C and POSIX in the 1995 amendment,
for example, for this people are to blame.  I am not clever enough
to realize how strxfrm() can be made to work for complicated
languages, but it actually seems to be possible.

And select(2) is not capable to bring the performance that modern
super-parallel code requires, it is a bottleneck.  Several
different interfaces which can do better exist on the different
platforms (e.g., of kevent on FreeBSD and epoll on Linux my
opinion is that kevent is better), but they are not portable and
so they are not yet standardized.  But a FreeBSD developer brought
up the issue, and so maybe the future brings an improvement there.

P.S.: that developer has also created a completely new and
portable UNIX-style interface for (GUI-less) programs in the
cloud, cloudabi the name.  Programs are compiled once and run on
any system that supports the syscall interface, for example
FreeBSD.  You do not have a terminal, too, i think, though.

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)
-------------- next part --------------
An embedded message was scrubbed...
From: Clem Cole <clemc@ccc.com>
Subject: Re: [TUHS] Do Interface specifications such POSIX or the LSB Still	Matter
Date: Fri, 16 Feb 2018 10:03:11 -0500
Size: 13904
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20180216/b4097f2f/attachment.mht>


      reply	other threads:[~2018-02-16 16:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-14 20:53 Clem Cole
2018-02-14 22:13 ` George Michaelson
2018-02-16 15:12   ` Clem Cole
2018-02-14 22:45 ` David Arnold
2018-02-16 15:19   ` Clem Cole
2018-02-16 15:45     ` Larry McVoy
2018-02-16 18:36       ` Clem Cole
2018-02-18  1:01         ` Larry McVoy
2018-02-19 15:01           ` Clem Cole
2018-02-16 18:48       ` Steve Nickolas
2018-02-16 11:28 ` arnold
2018-02-16 15:03   ` Clem Cole
2018-02-16 16:08     ` Steffen Nurpmeso [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180216160802.rmqUz%steffen@sdaoden.eu \
    --to=steffen@sdaoden.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).