2012-10-06 53 views
0

我承辦rhoconnect應用程序在我的rhohub帳戶。我的rhomobile應用程序需要rhoconnect 3.2紅寶石1.9。如何找到哪個版本的ruby​​rhohub使用?如何找到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  

回答

0

命令提示符和使用ruby -v會給你當前安裝的Ruby版本。

Regards, Amit C.

相關問題