Re: Upcoming time boundary events

Liste des GroupesRevenir à co vms 
Sujet : Re: Upcoming time boundary events
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vms
Date : 02. Jun 2025, 21:48:23
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <101l2mn$3grj7$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
On 6/2/2025 4:23 PM, Dan Cross wrote:
In article <683de86d$0$684$14726298@news.sunsite.dk>,
Arne Vajhøj  <arne@vajhoej.dk> wrote:
On 6/2/2025 1:16 PM, Dan Cross wrote:
In article <101k5lf$39d9f$1@dont-email.me>,
Arne Vajhøj  <arne@vajhoej.dk> wrote:
On 6/2/2025 7:24 AM, Dan Cross wrote:
In article <mn.12937e96a0bc3b12.104627@invalid.skynet.be>,
Marc Van Dyck  <marc.gr.vandyck@invalid.skynet.be> wrote:
on 02/06/2025, Lawrence D'Oliveiro supposed :
On Sun, 1 Jun 2025 21:49:59 -0400, Arne Vajhøj wrote:
On 5/30/2025 6:41 PM, Lawrence D'Oliveiro wrote:
The irony of it, that the DEC concept requires creating a separate
server process for every client connection,
>
It doesn't.
>
Processes are re-used for task to task servers.
>
Hmm. Presumably the process is kept around for a limited time before being
shut down.
>
What about multiple concurrent connections? You can’t avoid creating extra
processes in that situation.
>
Responding generally, not specifically to Marc, but since I've
plonked the troll, I don't see his responses (I highly suggest
others do the same).
>
But this assertion in particular is silly and deserves a
rebuttal for the benefit of others.
>
I suppose the troll has never heard of event-driven programming,
or asynchronous IO, or, for that matter, threads.  Any of these
allow multiple connections to be served by a single process.
>
For TCP/IP yes.
>
For DECnet task to task??
>
Yes.
>
I don't see a way to do that.
>
Yes, but you're also the guy who didn't see a way to pass an
active TCP connection between processes under VMS, and who tried
to use the 4.4BSD API when I posted example code of how it's
done on Unix as an example.
>
But please enlighten us.
>
Mailboxes and QIO?
>
????
>
Let us look at how it works.
>
1) client activate task=foobar.exe
2) DECnet note that all existing processes are in use
    and start a new process running foobar.exe
>
foobar.exe can do a lot of QIO on mailboxes, but that
it not gonna change that DECnet started a new process.
 Two cases: transparent task-to-task, and non-transparent.
You just said "DECnet task to task".
 Earlier in the thread, Marc mentioned transparent task-to-task,
but you didn't say that.  Non-transparent task-to-task
communications over DECnet do not require a new process; they
can make use of all of the techniques I mentioned earlier.
I did not say transparent but the code I posted and Lawrence
commented on was transparent task to task.
Which means that Lawrences comment was actually correct.
And you calling it silly was wrong.
Arne

Date Sujet#  Auteur
19 May 25 * Upcoming time boundary events107Simon Clubley
19 May 25 +* Re: Upcoming time boundary events4Arne Vajhøj
19 May 25 i+* Re: Upcoming time boundary events2Chris Townley
19 May 25 ii`- Re: Upcoming time boundary events1Chris Townley
20 May 25 i`- Re: Upcoming time boundary events1Lawrence D'Oliveiro
23 May 25 `* Re: Upcoming time boundary events102Stephen Hoffman
23 May 25  `* Re: Upcoming time boundary events101Simon Clubley
23 May 25   `* Re: Upcoming time boundary events100Robert A. Brooks
27 May 25    `* Re: Upcoming time boundary events99Simon Clubley
28 May 25     +- Re: Upcoming time boundary events1Dan Cross
29 May 25     +* Re: Upcoming time boundary events61bill
29 May 25     i+* Re: Upcoming time boundary events11Simon Clubley
29 May 25     ii+* Re: Upcoming time boundary events7David Wade
30 May 25     iii`* Re: Upcoming time boundary events6Simon Clubley
30 May 25     iii `* Re: Upcoming time boundary events5Arne Vajhøj
30 May 25     iii  +- Re: Upcoming time boundary events1Lawrence D'Oliveiro
2 Jun 25     iii  `* Re: Upcoming time boundary events3Simon Clubley
2 Jun 25     iii   `* Re: Upcoming time boundary events2Arne Vajhøj
3 Jun 25     iii    `- Re: Upcoming time boundary events1Lawrence D'Oliveiro
30 May 25     ii+* Re: Upcoming time boundary events2bill
30 May 25     iii`- Re: Upcoming time boundary events1Dan Cross
30 May 25     ii`- Re: Upcoming time boundary events1Dave Froble
29 May 25     i`* Re: Upcoming time boundary events49jayjwa
30 May 25     i `* Re: Upcoming time boundary events48bill
30 May 25     i  `* Re: Upcoming time boundary events47Marc Van Dyck
30 May 25     i   +* Re: Upcoming time boundary events3Simon Clubley
30 May 25     i   i`* Re: Upcoming time boundary events2Arne Vajhøj
2 Jun 25     i   i `- Re: Upcoming time boundary events1Simon Clubley
30 May 25     i   +* Re: Upcoming time boundary events13Arne Vajhøj
31 May 25     i   i`* Re: Upcoming time boundary events12Marc Van Dyck
31 May 25     i   i +- Re: Upcoming time boundary events1bill
31 May 25     i   i +* Re: Upcoming time boundary events9Arne Vajhøj
31 May 25     i   i i`* Re: Upcoming time boundary events8Chris Townley
31 May 25     i   i i `* Re: Upcoming time boundary events7Arne Vajhøj
2 Jun 25     i   i i  `* Re: Upcoming time boundary events6Arne Vajhøj
2 Jun 25     i   i i   +- Re: Upcoming time boundary events1Lawrence D'Oliveiro
14 Jun 25     i   i i   `* Re: Upcoming time boundary events4Stephen Hoffman
15 Jun 25     i   i i    `* Re: Upcoming time boundary events3Lawrence D'Oliveiro
15 Jun 25     i   i i     `* Re: Upcoming time boundary events2Arne Vajhøj
15 Jun 25     i   i i      `- Re: Upcoming time boundary events1Lawrence D'Oliveiro
2 Jun 25     i   i `- Re: Upcoming time boundary events1Simon Clubley
30 May 25     i   `* Re: Upcoming time boundary events30Lawrence D'Oliveiro
2 Jun 25     i    +* Re: Upcoming time boundary events18Arne Vajhøj
2 Jun 25     i    i+- Re: Upcoming time boundary events1Arne Vajhøj
2 Jun 25     i    i`* Re: Upcoming time boundary events16Lawrence D'Oliveiro
2 Jun 25     i    i +* Re: Upcoming time boundary events12Marc Van Dyck
2 Jun 25     i    i i+- Re: Upcoming time boundary events1JKB
2 Jun 25     i    i i`* Re: Upcoming time boundary events10Dan Cross
2 Jun 25     i    i i `* Re: Upcoming time boundary events9Arne Vajhøj
2 Jun 25     i    i i  `* Re: Upcoming time boundary events8Dan Cross
2 Jun 25     i    i i   `* Re: Upcoming time boundary events7Arne Vajhøj
2 Jun 25     i    i i    +- Re: Upcoming time boundary events1Arne Vajhøj
2 Jun 25     i    i i    `* Re: Upcoming time boundary events5Dan Cross
2 Jun 25     i    i i     `* Re: Upcoming time boundary events4Arne Vajhøj
2 Jun 25     i    i i      `* Re: Upcoming time boundary events3Dan Cross
2 Jun 25     i    i i       `* Re: Upcoming time boundary events2Arne Vajhøj
3 Jun 25     i    i i        `- Re: Upcoming time boundary events1Dan Cross
2 Jun 25     i    i `* Re: Upcoming time boundary events3Arne Vajhøj
3 Jun 25     i    i  `* Re: Upcoming time boundary events2Lawrence D'Oliveiro
3 Jun 25     i    i   `- Re: Upcoming time boundary events1Arne Vajhøj
8 Jun 25     i    `* Re: Upcoming time boundary events11chrisq
9 Jun 25     i     `* Re: Upcoming time boundary events10Lawrence D'Oliveiro
9 Jun 25     i      `* Re: Upcoming time boundary events9chrisq
9 Jun 25     i       `* Re: Upcoming time boundary events8Lawrence D'Oliveiro
10 Jun 25     i        `* Re: Upcoming time boundary events7chrisq
10 Jun 25     i         +* Re: Upcoming time boundary events5Arne Vajhøj
10 Jun 25     i         i`* Re: Upcoming time boundary events4chrisq
11 Jun 25     i         i `* Re: Upcoming time boundary events3Lawrence D'Oliveiro
12 Jun 25     i         i  `* Re: Upcoming time boundary events2Simon Clubley
12 Jun 25     i         i   `- Re: Upcoming time boundary events1Dan Cross
11 Jun 25     i         `- Re: Upcoming time boundary events1Lawrence D'Oliveiro
31 May 25     `* Re: Upcoming time boundary events36Arne Vajhøj
31 May 25      `* Re: Upcoming time boundary events35Marc Van Dyck
31 May 25       +* Re: Upcoming time boundary events31Arne Vajhøj
2 Jun 25       i+* Re: Upcoming time boundary events26Marc Van Dyck
2 Jun 25       ii+* Re: Upcoming time boundary events20Marc Van Dyck
2 Jun 25       iii`* Re: Upcoming time boundary events19Arne Vajhøj
3 Jun 25       iii `* Re: Upcoming time boundary events18Marc Van Dyck
4 Jun 25       iii  `* Re: Upcoming time boundary events17Marc Van Dyck
4 Jun 25       iii   `* Re: Upcoming time boundary events16Lawrence D'Oliveiro
5 Jun 25       iii    +* Re: Upcoming time boundary events6Marc Van Dyck
5 Jun 25       iii    i+* Re: Upcoming time boundary events2Arne Vajhøj
6 Jun 25       iii    ii`- Re: Upcoming time boundary events1Marc Van Dyck
6 Jun 25       iii    i`* Re: Upcoming time boundary events3Lawrence D'Oliveiro
9 Jun 25       iii    i `* Re: Upcoming time boundary events2Simon Clubley
9 Jun 25       iii    i  `- Re: Upcoming time boundary events1Dan Cross
5 Jun 25       iii    `* Re: Upcoming time boundary events9Dave Froble
5 Jun 25       iii     +* Re: Upcoming time boundary events6bill
5 Jun 25       iii     i+- Re: Upcoming time boundary events1Chris Townley
5 Jun 25       iii     i`* Re: Upcoming time boundary events4Arne Vajhøj
6 Jun 25       iii     i `* Re: Upcoming time boundary events3Lawrence D'Oliveiro
14 Jun 25       iii     i  `* Re: Upcoming time boundary events2Arne Vajhøj
15 Jun 25       iii     i   `- Re: Upcoming time boundary events1Lawrence D'Oliveiro
8 Jun 25       iii     `* Re: Upcoming time boundary events2Waldek Hebisch
8 Jun 25       iii      `- Re: Upcoming time boundary events1Lawrence D'Oliveiro
2 Jun 25       ii`* Re: Upcoming time boundary events5Arne Vajhøj
2 Jun 25       ii +- Re: Upcoming time boundary events1Arne Vajhøj
3 Jun 25       ii `* Re: Upcoming time boundary events3Marc Van Dyck
3 Jun 25       ii  `* Re: Upcoming time boundary events2Arne Vajhøj
4 Jun 25       ii   `- Re: Upcoming time boundary events1Marc Van Dyck
2 Jun 25       i`* Re: Upcoming time boundary events4Simon Clubley
31 May 25       `* Re: Upcoming time boundary events3Lawrence D'Oliveiro

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal