socket hanging in recv
I am trying to build a DB with a socket client making
high rate requests and they start hanging (always in socket::recv()
like waiting for incoming data? ), not all at the same time, and not
always all of them.
Not sure if its a problem with the TCP handshake
The socket makes >25 GET
http requests per minute
gcc 4.1 / kernel 2.6.20 / basically most recent stable releases
Thoughts...? recommendations, need more info ?
Thanks
|