[Metalab] Vienna.pm Techmeet Montag 4.3.: ZeroMQ, Gearman

Thomas Klausner domm at cpan.org
Fri Mar 1 11:39:26 CET 2013


Hi!

Am Montag, 4.3. um 19:00 gibts im Rahmen der Vienna.pm TechMeets zwei 
Vorträge, die auch fuer nicht-Perler interessant sein koennten:

- ZeroMQ (Thomas Klausner)
- Gearman (Michael Kroell)

http://www.zeromq.org/
ØMQ (also seen as ZeroMQ, 0MQ, zmq) looks like an embeddable networking 
library but acts like a concurrency framework. It gives you sockets that 
carry atomic messages across various transports like in-process, 
inter-process, TCP, and multicast. You can connect sockets N-to-N with 
patterns like fanout, pub-sub, task distribution, and request-reply. 
It's fast enough to be the fabric for clustered products. Its 
asynchronous I/O model gives you scalable multicore applications, built 
as asynchronous message-processing tasks. It has a score of language 
APIs and runs on most operating systems. ØMQ is from iMatix and is 
LGPLv3 open source.

http://gearman.org/
Gearman provides a generic application framework to farm out work to 
other machines or processes that are better suited to do the work. It 
allows you to do work in parallel, to load balance processing, and to 
call functions between languages. It can be used in a variety of 
applications, from high-availability web sites to the transport of 
database replication events. In other words, it is the nervous system 
for how distributed processing communicates

Bis dann!
domm

http://www.meetup.com/Vienna-Perl-Mongers/events/102204272/
https://metalab.at/calendar/event/2696/

-- 
#!/usr/bin/perl                              http://domm.plix.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}




More information about the Metalab mailing list