我正在我的rhohub帐户中托管一个rhoconnect应用程序。我的 rhomobile 应用程序需要带有 ruby 1.9 的 rhoconnect 3.2。如何找到 rhohub 使用的是哪个版本的 ruby?
我正在尝试通过在config.ru
文件中添加以下行来改善响应时间。
# adjust the EventMachine Thread Pool size
require 'eventmachine'
EventMachine.threadpool_size = 25
# Rhoconnect server flags
Rhoconnect::Server.set :use_async_model, true
# adjust the Rack FiberPool size
Rhoconnect::Server.set :fiberpool_size, 150
命令提示符和使用ruby -v
将为您提供当前安装的Ruby版本。
问候阿米特·