linux 2.4
php 5.2.9

code like this:
 $this->socket = new TSocket($this->ip, $this->port);
 $this->transport = new TFramedTransport($this->socket, 1024, 1024);
 $this->protocol = new TBinaryProtocolAccelerated($this->transport);
 $this->client = new GiftServiceClient($this->protocol);

when  use "$this->transport->open(); "

can get TException like this: [not everytime]
TException:TSocket: Could not connect to 10.10.3.218:11226 (Operation now in 
progress [115]) 

Thanks!




mage
2009-08-11

Reply via email to