Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我启动一个使用 EventMachine 的程序时,无论成功与否,vmc start 都不会返回。似乎只是时间到了。
但是,我确实在我的日志文件中看到“服务器已启动”。所以我想知道在云铸造中使用 EventMachine 的正确方法是什么?
Eventmachine 确实在 Cloud Foundry 中工作,它依赖于 Thin,如果包含在项目中,它可以用于服务 Rack / Rails 应用程序。