close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsvn_ra-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Apr 25, 2011, 2:34:48 PM (15 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v8
|
v9
|
|
| 38 | 38 | require_once( $GLOBALS['THRIFT_ROOT'].'/packages/Hbase/Hbase.php' ); |
| 39 | 39 | |
| 40 | | $socket = new TSocket( 'secuse.nchc.org.tw', 9090 ); |
| | 40 | $socket = new TSocket( 'localhost', 9090 ); |
| 41 | 41 | $socket->setSendTimeout( 10000 ); // Ten seconds (too long for production, but this is just a demo ;) |
| 42 | 42 | $socket->setRecvTimeout( 20000 ); // Twenty seconds |