views:

182

answers:

1

While i am retrieving data from cassandra using thrift and php, it alwas taking 60 sec. Why

+3  A: 

Now it is working fine

there was two entry in my files $this->socket->setRecvTimeout(60000); $this->socket->setSendTimeout(60000);

i removed the same. it is working fine . Thank you

Good job. Thanks for posting the answer as well so others with the same problem may be helped by it.
webbiedave