Running Go on IronWorker (reposted)

Going Go: Running Go Programs in IronWorker We came across a great post by William Kennedy on running Go tasks in IronWorker. It’s a detailed article that had a few of our developer evangelists a bit envious in the care and detail it takes in walking developers through the process. (Using IronWorker is not difficult…

Read More

IronCast 1: Introduction to IronWorker – IronWorker 101 Part 1/4

blank

In a series of four IronCasts, we will provide a high-level introduction to using IronWorker. IronWorker is an easy-to-use scalable task queue that gives cloud developers a simple way to offload front-end tasks, run scheduled jobs, and process tasks in the background and at scale. These videocasts will cover core concepts including: Deploying a worker…

Read More

How Untappd Reduced App Response Times with Iron.io

blank

[This post is part of a series of customer success stories that Chad Arimura is putting together highlighting key customers and how they are using Iron.io to do some pretty big things.] Untappd is a mobile location based service for beer lovers that allows users to log, rate and discover new beers, venues and people.…

Read More

Go After 2 Years in Production

blank

After running Go for two years in production at Iron.io, I wanted to share our experience/feelings about it. We were one of the first companies to use Go (golang) in production and we didn’t know what to expect in the long run, but so far, so great.I talked a little about about this in a previous post…

Read More

Event Handling with .NET, RaventDB, and IronMQ

blank

The other day we blogged about a map-reduce contribution from the Iron.io community. Here’s another great contribution from an Iron.io user which highlights handling commit transactions within a database all the while coordinating downstream events using a message queue.  Jef Claes is a developer in Belgium that has written a few things about IronMQ in…

Read More

IronMQ Fan-out Support

blank

You can now add queues and workers as subscribers to your IronMQ queues so now a single message post can be pushed onto multiple queues and/or start IronWorker tasks. This is often referred to as “fan-out” and opens up a lot of interesting possibilities such as: Multiple consumers of a single message. Better decoupling by…

Read More

Real-time Logging for IronWorker

blank

Overview One of the most common feature requests we get for IronWorker is the ability to view logs in real-time while your workers are running. Until now, you had to wait for your IronWorker tasks to finish before being able to view the log and it can be pretty frustrating to try to debug your workers…

Read More

Yii + IronMQ = Yiiron → Giving a Powerful PHP Framework Even More Juice

blank

  Yii is a high-performance PHP framework designed for developing scalable applications. It  is a well proven and stable framework with a large following. Yii comes with rich features – MVC, ActiveRecord, internationalization, caching, authentication,  role-based access control, scaffolding, testing, more. All these features translate into drastically reduced app development times, more readable code logic,…

Read More