Changes between Version 8 and Version 9 of waue/2010/0402


Ignore:
Timestamp:
Apr 25, 2011, 2:34:48 PM (13 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2010/0402

    v8 v9  
    3838require_once( $GLOBALS['THRIFT_ROOT'].'/packages/Hbase/Hbase.php' );
    3939
    40 $socket = new TSocket( 'secuse.nchc.org.tw', 9090 );
     40$socket = new TSocket( 'localhost', 9090 );
    4141$socket->setSendTimeout( 10000 ); // Ten seconds (too long for production, but this is just a demo ;)
    4242$socket->setRecvTimeout( 20000 ); // Twenty seconds