Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4033610
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T11:52:05+00:00 2026-05-20T11:52:05+00:00

I have server (WHM, ruby 1.9.2, Rails 3.0.3, centOS, passenger) and I just deploy

  • 0

I have server (WHM, ruby 1.9.2, Rails 3.0.3, centOS, passenger) and I just deploy my RoR app (it works on local computer) but I get strange behavior in production mode.

I’m using web_socket.rb file from

http://gimite.net/en/

and when I want to start web socket server with:

Thread.start {  
 @sockets = []
      Thread.abort_on_exception = true
      server = WebSocketServer.new( :accepted_domains => "*", :port => session[:port])
      logger.debug "Server is running at port %d" % server.port   



  server.run() do |ws|


    puts("Connection accepted")
    puts("Path: #{ws.path}, Origin: #{ws.origin}")

    if ws.path == "/"
      ws.handshake()
      @sockets << ws
      while data = ws.receive()

        printf("Received: %p\n", data)

          @sockets.each {|s| s.send(data)}

        printf("Sent: %p\n", data)
      end
    else
      ws.handshake("404 Not Found")
    end
    puts("Connection closed")
  end
  }
end

I don’t get new Thread running. When I start without “Thread.start” I get this error:

Errno::EAFNOSUPPORT (Address family not supported by protocol - socket(2)):
  lib/web_socket.rb:314:in `initialize'
  lib/web_socket.rb:314:in `open'
  lib/web_socket.rb:314:in `initialize'
  app/controllers/access_controller.rb:53:in `new'
  app/controllers/access_controller.rb:53:in `socket'
  app/controllers/access_controller.rb:29:in `attempt_login'

I trying to figure out what is the problem, but I’m stuck 😐

How do I know that port is maybe problem?

Because in web_socket.rb, line 314 is:

if params[:host]
        @tcp_server = TCPServer.open(params[:host], @port)
      else
        @tcp_server = TCPServer.open(@port)
      end
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T11:52:06+00:00Added an answer on May 20, 2026 at 11:52 am

    I must to use background processes instead of Threads

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a server running on my local machine (Windows 7) that listens to
My requirement is I have server J2EE web application and client J2EE web application.
I have a server running Gentoo 2.6.12 r6 and I want to run Apache
I have a server that sends data via a socket, the data is a
I have a server access log, with timestamps of each http request, I'd like
I have a server written in Java that runs as a Windows service (thanks
I have a server application that receives information over a network and processes it.
I have a server dropdownlist in an Ajax updatepanel. When I use the mouse
i have a server - client application that runs on java 1.3; i want
I have a Server 2003 box with about 6 sites that each have about

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.