@adnan4721 you should start Faye using Thin (as a separate process). You'll find a Rackup example for that on the Faye site: http://faye.jcoglan.com/ruby.html
Put your config into faye_config.ru and start it with the following command:
thin -R faye_config.ru start
+1
@adnan4721 you should start Faye using Thin (as a separate process). You'll find a Rackup example for that on the Faye site: http://faye.jcoglan.com/ruby.html
Put your config into faye_config.ru and start it with the following command:
thin -R faye_config.ru start