Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54612
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: What minimum should a person know before saying "I know Python" |
| Date | 2013-09-22 23:29 -0400 |
| Organization | IISS Elusive Unicorn |
| References | <31df03f7-2b81-483a-9242-b83ba4559b1a@googlegroups.com> <201309210222.59178.gheskett@wdtv.com> <v27u39l5p6kpptjkltj9ergr1befn9nhb7@4ax.com> <201309221455.24880.gheskett@wdtv.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.253.1379906986.18130.python-list@python.org> (permalink) |
On Sun, 22 Sep 2013 14:55:24 -0400, Gene Heskett <gheskett@wdtv.com>
declaimed the following:
>Then it seems to me that work in the direction should be an active feature
>request. Unforch, as I've said before, I'm rowing this barge with a
>toothpick for an oar. :)
>
>I would be interesting to see if the "bait" is taken. :)
>
Unfortunately, I see that as a requiring a change at the OS level.
Even on the OS that REXX was developed upon, my books give a strong
hint that the only application that was readily "address app" compatible
was a text editor. ARexx piggy-backed on the underlying linked list
messages on "findable" message ports.
Until the OS supports a multiple writer IPC with return addressing in
an easy API, it's unlikely to be created. UDP/IP might be a way -- but UDP
has that nasty unreliability factor. Amiga message ports had guaranteed
delivery (as long as the receiving process read the queued messages; and
VMS mailboxes were similar).
Multiple writer -- as any process could send messages to the single
receiving port; it wasn't a socket server style where connection requests
on a single port would be assigned a distinct port subsequent usage.
Then again, the Amiga auto-config for boards pre-dates the PCI-express
configuration system, which is very similar.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
What minimum should a person know before saying "I know Python" Aseem Bansal <asmbansal2@gmail.com> - 2013-09-20 02:58 -0700
Re: What minimum should a person know before saying "I know Python" rusi <rustompmody@gmail.com> - 2013-09-20 04:43 -0700
Re: What minimum should a person know before saying "I know Python" Robert Kern <robert.kern@gmail.com> - 2013-09-20 14:39 +0100
Re: What minimum should a person know before saying "I know Python" rusi <rustompmody@gmail.com> - 2013-09-20 08:50 -0700
Re: What minimum should a person know before saying "I know Python" Aseem Bansal <asmbansal2@gmail.com> - 2013-09-20 09:28 -0700
Re: What minimum should a person know before saying "I know Python" Chris Angelico <rosuav@gmail.com> - 2013-09-21 02:34 +1000
Re: What minimum should a person know before saying "I know Python" Aseem Bansal <asmbansal2@gmail.com> - 2013-09-20 10:40 -0700
Re: What minimum should a person know before saying "I know Python" Aseem Bansal <asmbansal2@gmail.com> - 2013-09-20 10:51 -0700
Re: What minimum should a person know before saying "I know Python" Chris Angelico <rosuav@gmail.com> - 2013-09-21 12:06 +1000
Re: What minimum should a person know before saying "I know Python" Gene Heskett <gheskett@wdtv.com> - 2013-09-21 02:22 -0400
Re: What minimum should a person know before saying "I know Python" Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-09-22 12:44 -0400
Re: What minimum should a person know before saying "I know Python" Roy Smith <roy@panix.com> - 2013-09-20 22:31 -0400
Re: What minimum should a person know before saying "I know Python" Chris Angelico <rosuav@gmail.com> - 2013-09-21 12:54 +1000
Re: What minimum should a person know before saying "I know Python" Tim Chase <python.list@tim.thechases.com> - 2013-09-20 06:53 -0500
Re: What minimum should a person know before saying "I know Python" Chris Angelico <rosuav@gmail.com> - 2013-09-21 00:26 +1000
Re: What minimum should a person know before saying "I know Python" Mark Janssen <dreamingforward@gmail.com> - 2013-09-20 09:23 -0700
Re: What minimum should a person know before saying "I know Python" Jugurtha Hadjar <jugurtha.hadjar@gmail.com> - 2013-09-20 18:07 +0100
Re: What minimum should a person know before saying "I know Python" Terry Reedy <tjreedy@udel.edu> - 2013-09-20 18:26 -0400
Re: What minimum should a person know before saying "I know Python" Gene Heskett <gheskett@wdtv.com> - 2013-09-22 14:55 -0400
Re: What minimum should a person know before saying "I know Python" Gene Heskett <gheskett@wdtv.com> - 2013-09-22 15:48 -0400
Re: What minimum should a person know before saying "I know Python" Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-09-22 23:29 -0400
Re: What minimum should a person know before saying "I know Python" Gene Heskett <gheskett@wdtv.com> - 2013-09-23 00:10 -0400
Re: What minimum should a person know before saying "I know Python" CM <cmpython@gmail.com> - 2013-09-23 19:34 -0700
Re: What minimum should a person know before saying "I know Python" Schneider <js@globe.de> - 2013-09-26 12:16 +0200
csiph-web