0

我在我的rhohub帐户中托管了一个rhoconnect应用程序。我的rhomobile应用程序需要rhoconnect 3.2ruby​​ 1.9。如何找到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     
4

1 回答 1

0

命令提示符和使用 ruby -v将为您提供当前安装的 Ruby 版本。

问候,阿米特 C.

于 2012-10-11T09:28:40.413 回答