タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

Rubyとforemanに関するtakkan_mのブックマーク (2)

  • ASCIIcasts - “Episode 281 - Foreman”

    281: Foreman  (view original Railscast) Other translations: Other formats: Written by Naomi Fujimoto Ryan Batesが最近Twitterで、Railsアプリケーションの開発モード(development mode)で、依存するバックグラウンドプロセスを管理する最善の方法は何かと質問を投げかけました。何人かがForemanを推奨していたので、今回のエピソードで紹介します。 例えばRyanのGoVsGoアプリケーションを開発に利用するには、事前にいくつかのバックグラウンドプロセスを起動する必要があります。この中には、Beanstalkd、script/workerプロセス、Fayeサーバが含まれます。開発でこのアプリケーションを使用するたびに、これらすべての起動作業が発生します。これらの

  • Introducing Foreman - David Dollar

    Lately I've noticed my web apps are getting complicated to run. My apps no longer consist of a single web process; I usually have have one or more types of background workers to run different types of jobs and a clock process to handle scheduling. Splitting an app up in this way is great for performance and scalability. The downside, however, is that it becomes much more complicated to get the app

  • 1