News Feed
Jobs Feed
Sections




News Archive
Rasmus Lerdorf's Blog:
ZeroMQ + libevent in PHP
September 29, 2011 @ 11:45:39

Rasmus Lerdorf has a new post to his blog sharing the results of some "investigative hacking" he did to see if making ZeroMQ and libevent work together was difficult. Thankfully, the answer was "not hard at all".

While waiting for a connection in Frankfurt I had a quick look at what it would take to make ZeroMQ and libevent co-exist in PHP and it was actually quite easy. Well, easy after Mikko Koppanen added a way to get the underlying socket fd from the ZeroMQ PHP extension. To get this working, install the PHP ZeroMQ extension and the PHP libevent extension.

He includes a sample script show the results of his work, a basic server and client that sends a request to the ZeroMQ server and fires off an event using the libevent library (via PHP's extension. You can find out more about using these two libraries in the PHP manual - libevent and ZeroMQ

0 comments voice your opinion now!
zeromq libevent extension library queue example


blog comments powered by Disqus

Similar Posts

Richard Thomas' Blog: jQPie 0.3 released

Michelangelo van Dam's Blog: BugHuntDay or fixing bugs for fun

Wiadomosc.info: phpQuery - jQuery port for PHP

Tibo Beijen's Blog: DDD using Doctrine 2: A case study

Brian Swan's Blog: Performance Tuning PHP Apps on Windows with Wincache


Community Events











Don't see your event here?
Let us know!


opinion community object series interview podcast release development database example functional framework zendframework2 phpunit language tool composer testing introduction code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework