Contribute Media
A thank you to everyone who makes this possible: Read More

Build your next python project - Super fast, distributed and infinitely scalable, Using ZeroMQ

Description

All web applications aren't as simple as following a 20 minute blog tutorial in a web framework. There are lot of components which handle the business logic and they might all not work on the same machine (or even be built using the same programming language).

When you build at web scale, you should look at how to build your system distributed across multiple machines.

The talk will be about

  • Why use a message queue.
  • How zeromq is different from other message queues.
  • How to write a basic networked program using zeromq.
  • How you can use zeromq to write concurrent & parallel systems.
  • The various patterns & configurations zeromq can be used in to build your distributed system.
  • Various protocols that can be used
  • How to make your python program talk with any other programming language easily.

Details

Improve this page