Heroku vs Docker: Which is Best for Developers?

Heroku vs Docker: Which is Best for Developers?

Heroku and Docker are both container-based development environments, ideal for developers to deploy applications without needing the resources required for virtual machines or physical servers. Containers are flexible, scalable, and because they contain a kernel of the operating system in each container, work seamlessly across a range of devices. But how do developers know which development environment is best for them?…

Read More

IronWorker vs. Dynos

Overview Architecture: IronWorker is a hosted job processing solution that lets you manage container-based workloads. Dynos are isolated Linux containers in Salesforce Heroku that facilitate code based on various commands. Purpose: Use dynos to execute code for specific commands. Use IronWorker to manage and schedule these containers. Scalability: Both IronWorker and dynos scale but in different ways.…

Read More

Message Queues, Background Processing and the End of the Monolithic App (reposted from Heroku blog)

Here’s a post of ours on message queuing and background processing that we published on the Heroku blog the other day. Definitely worth checking out if you believe like us that distributed multi-tier architectures are the future of production-scale cloud applications. Iron.io Guest Post on Heroku Message Queues, Background Processing and the End of the Monolithic…

Read More

Iron.io at Heroku Waza

Hey All, Both Travis and I (co-founders) will be at Heroku Waza tomorrow in San Francisco. It’s Heroku’s first developer event and it’s taking place at Yoshi’s SF, a Japanese Restaurant and Jazz Club. Knowing Heroku, it’ll be a great event.

Read More

Why IronWorker is Better than Heroku Workers / Delayed Job

Overview First off, I would like to say that we use and love Heroku, the system they’ve built is game-changing and 100% awesome, but their worker system is limited and does not meet our needs. Here are the top 4 reasons why IronWorker is better than Heroku’s worker system and Delayed Job (Heroku’s system is…

Read More

SimpleWorker is now a Heroku Add-on!

Now you can start using SimpleWorker in your Heroku apps with minimal effort. It’s currently in private beta as an add-on, but let us know if you want to try it and we’ll try to get you on the list. More information.

Read More