Ajaxian:
Even PHP developers can write web applications that use all sorts of fancy long-polling.That is what Leo said about his NGiNX HTTP push module:This module turns Nginx into an adept HTTP Push and Comet server. It takes care of (Read More)
Submitted by jgmize
from Google Reader:
I've been looking into various configuration management/automated deployment tools lately. At OpenX we used slack, but I wanted something with a bit more functionality than that (although I'm not badmouthing slack by any mean (Read More)
Submitted by jgmize
from Google Reader:
Pagetest web page performance test is a great tool for doing what Firebug does but not in your browser. Pagetest can do repeated tests to iron out any outliers. An alternative is Pingdom tools which has some nifty sorting fun (Read More)
Riding Rails - home:
I’m always impressed by the continuous flow of innovation from the Rails community. Below are just a few of the highlights from the past month. These stories all came from the Ruby5 Podcast, which covers all the news from t (Read More)
igvita.com:
Server push is the most efficient and low latency way to exchange data. If both the publisher and the receiver are publicly visible then a protocol such as PubSubHubbub or a simpler Webhook will do the job. However, if the re (Read More)
Simon Willison's Weblog:
Now that things have settled down from the move to Rackspace, I wanted to take some time to go over the architectural changes that we’ve made in order to bring you a speedier, more scalable GitHub.In my first draft of this ar (Read More)
ry:
http://github.com/slact/nginx_http_push_module Nginx HTTP push module - Turn nginx into a long-polling message queuing HTTP push server.If you want a long-polling server but don't want to wait on idle connections via upstream (Read More)
Submitted by sbtodd
from Twitter:
Error when installing Passenger with Nginx on Ubuntu - Phusion Passenger Discussions | Google Groups http://ff.im/-9QsvJ. (Read More)
Submitted by sbtodd
from Twitter:
Error when installing Passenger with Nginx on Ubuntu - Phusion Passenger Discussions | Google Groups http://ff.im/-9QsvL. (Read More)
Submitted by sbtodd
from Twitter:
Error when installing Passenger with Nginx on Ubuntu - Phusion Passenger Discussions | Google Groups http://ff.im/-9QsvI. (Read More)
Delicious hotlist:
We’ve been running Unicorn for more than a month. Time to talk about it.What is it?Unicorn is an HTTP server for Ruby, similar to Mongrel or Thin. It uses Mongrel’s Ragel HTTP parser but has a dramatically different architect (Read More)
zlabs:
A few months ago, Anton Isaykin in collaboration with the company 2comrades discovered a serious security problem that is quite typical of big projects (we do not name names here). To test it, they obtained (Read More)
Submitted by mhartmann
from blog:
Derzeit plagt eine Schwachstelle die Webserver-Software nginx, die sich auf recht simple Weise ausnutzen lässt. Angreifer könnten Dateien außerhalb des vorgegebenen root-Verzeichnisses speichern. (Read More)