Changeset 238

Show
Ignore:
Timestamp:
12/09/07 10:56:19 (9 months ago)
Author:
gethema..@gmail.com
Message:

enable some loggin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/backgroundrb.rb

    r217 r238  
    2323      timeout(3) do 
    2424        @connection = TCPSocket.open(@@server_ip, @@server_port) 
    25         @connection.setsockopt(Socket::IPPROTO_TCP, Socket::TCP_NODELAY,1) 
    2625      end 
    2726      @connection_status = true