[Info-vax] VMS process communication
Arne Vajhøj
arne at vajhoej.dk
Tue Sep 20 20:02:47 EDT 2022
On 9/19/2022 6:51 PM, Arne Vajhøj wrote:
> On 9/19/2022 6:06 PM, Jan-Erik Söderholm wrote:
>> Den 2022-09-19 kl. 22:41, skrev Arne Vajhøj:
>>> On 9/19/2022 2:21 PM, Single Stage to Orbit wrote:
>>>> On Mon, 2022-09-19 at 11:28 +0200, Jan-Erik Söderholm wrote:
>>>>> Den 2022-09-19 kl. 01:58, skrev Arne Vajhøj:
>>>>>
>>>>> Interesting! Now, what was that link now... :-)
>>>>
>>>> I bookmarked it some time ago:
>>>> https://www.vajhoej.dk/arne/articles/vmsipc.html
>>>
>>> Yep. Sorry for not include the link.
>>
>> No problem... :-)
>>
>> In the part about mailboxes, I miss one language, DCL.
>>
>> $ create/mailbox/perm abc
>>
>>
>> $ open/write abc
>> $ write abc "Hello".
>> $ close abc
>>
>> $ open/read abc
>> $ read abc inline
>> $ write sys$output 'inline'
>>
>> Very short example, and it might not work...
>
> It should be possible to make it work.
>
> Thinking about it - index-sequential files are
> also accessible from DCL.
>
> More to go on the TODO list.
Added:
* mailboxes / DCL
* socket / PHP
* index-sequential file / DCL
* SQLite / PHP
Arne
More information about the Info-vax
mailing list