Fubaredness Is Contagious

by Dmitriy Samovskiy

Fubaredness Is Contagious header image 4

Entries Tagged as 'technology'

Python AMQP client and non-blocking sockets

March 2nd, 2008 · No Comments

We put together an add-on for py-amqplib that implements AMQP client with non-blocking sockets in python.
There are at least 2 scenarios where non-blocking sockets help, and both are applicable to consumers:
1) when you want to be able to interrupt consumer’s event loop without waiting for a next incoming message;
2) when you want to consume messages […]

[Read more →]

Tags: python · rabbitmq · technology

EC2 for Web Hosting

February 29th, 2008 · No Comments

Lack of persistent disk out of the box and IP addresses that are not preserved between reboots are indeed the 2 primary issues that make hosting public web sites on Amazon EC2 “tricky” (even though not impossible).
Instead of addressing the problem head on, have you considered multisourcing your infrastructure? Let Amazon EC2 host your […]

[Read more →]

Tags: linux · technology