Thread overview
Silicon Valley D Meetup - May 20, 2021 - "IPC with DLang using pipes and shared memory on Linux"
May 17, 2021
Ali Çehreli
May 20, 2021
Gavin Ray
May 20, 2021
Ali Çehreli
May 17, 2021
Zoom link:

  https://us04web.zoom.us/j/2248614462?pwd=VTl4OXNjVHNhUTJibms2NlVFS3lWZz09

May 20, 2021
Thursday
19:00 Pacific Time

We will look at some experimental code written to transmit data between two processes on Linux.

- std.process.pipeProcess for communication

- std.mmfile.MmFile for transferring large payloads

- A simple protocol between processes

A polished version of this code ended up being used in production.

This will be an informal code walk-through as an anchoring point, which is expected to start conversations. (This will not be a "presentation with slides".)

This meetup[1] will not be recorded.

Ali

[1] https://www.meetup.com/D-Lang-Silicon-Valley/events/kmqcvqycchbbc/
May 20, 2021
On Monday, 17 May 2021 at 16:58:23 UTC, Ali Çehreli wrote:
> Zoom link:
>
>   https://us04web.zoom.us/j/2248614462?pwd=VTl4OXNjVHNhUTJibms2NlVFS3lWZz09
>
> May 20, 2021
> Thursday
> 19:00 Pacific Time
>
> We will look at some experimental code written to transmit data between two processes on Linux.
>
> - std.process.pipeProcess for communication
>
> - std.mmfile.MmFile for transferring large payloads
>
> - A simple protocol between processes
>
> A polished version of this code ended up being used in production.
>
> This will be an informal code walk-through as an anchoring point, which is expected to start conversations. (This will not be a "presentation with slides".)
>
> This meetup[1] will not be recorded.
>
> Ali
>
> [1] https://www.meetup.com/D-Lang-Silicon-Valley/events/kmqcvqycchbbc/

Hey Ali, as a courtesy wanted to say I have planned on coming tonight =)

I'm EST so that's 10PM for me, I can stay for probably an hour or so before I become unusably tired, ha.

May 20, 2021
On 5/20/21 9:36 AM, Gavin Ray wrote:

>> [1] https://www.meetup.com/D-Lang-Silicon-Valley/events/kmqcvqycchbbc/
>
> Hey Ali, as a courtesy wanted to say I have planned on coming tonight =)

Thanks for letting me know. Looking forward to meeting you (and others! ;) ).

Ali