[SGVLUG] SGVLUG Meeting THURSDAY at IHOP (NOT DUPARS)

Braddock Gaskill via SGVLUG sgvlug at sgvlug.net
Tue Apr 9 15:52:20 PDT 2019


We will be meeting at 7 pm on Thursday, April 11th at IHOP at 880 S Arroyo
Pkwy in Pasadena.

This month we have a presentation by Dustin Laurence about ZeroMQ

NOTE: *** NEW VENUE ***  Let's make a good impression with IHOP, whose
management and staff are welcoming of our group. Please be considerate of
the servers, who aren't used to dealing with our dinner crowd. Don't change
seats once you sit down. Get your orders in early so they're not slammed in
the kitchen. They can bill us by table. Tip generously. They don't expect
everyone to order food, but a good 80% of us should be having some kind of
dinner. Service might be a bit bumpy until they figure out what works for
us.

ZeroMQ: Connect ALL The Things by Dustin Laurence

Writing applications in a multi-core, multi-threaded, multiprocess,
networked world means communicating between many threads and processes over
shared memory, IPC, and the network. This often involves multiple low-level
libraries (e.g. most languages’ built-in threading, unix IPC, Berkeley
sockets) with different programming paradigms, and may require a potential
a scaling bottleneck in the form of a central server or broker to make it
all manageable. ZeroMQ claims to be a better alternative, providing a
single, higher-level message-passing toolkit across threads, processes, and
networks, and languages, and specifically supports decentralized messaging.
That should make it a slower, clunkier compromise for any one task, but it
claims to be both better and easier to use for any one of those problems
than a dedicated library. Extraordinary claims require extraordinary
evidence, so we’ll examine how it compares to standard threading and
networking facilities and see how easily we can just connect all the things
like Lego bricks, regardless of type or underlying transport. Of course it
wouldn’t be any fun without including some very informal performance
smackdowns.

Intending to become a programmer ("developer" hadn't been invented by the
marketing department yet), Dustin got sidetracked and spent more time than
he cares to admit doing theoretical physics, a background filled with
continuous mathematics almost entirely irrelevant to computer science. He
eventually returned to his original love of software. He avoids social
media for the same reason he doesn't do crack cocaine.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sgvlug.net/pipermail/sgvlug/attachments/20190409/608581c9/attachment.html>


More information about the SGVLUG mailing list