okay
i need to read in some data from a socket. how to i tell if there still date left to read after my inital recv. if there is how do i then get it. i think it might be some kind of loop
...
http://www.experts-exchange.com/Programming/Languages/C/Q_10306624.html
Zones:
CDate Answered: 03/07/2000 Grade: A Views: 0
in the recv() funtion there is: socket, scalar, lenght, and flags.
i know what the first 3 are but the flags i dont know what kind of value i should have there. if i use undef everything works ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20443267.html
Zones:
PerlDate Answered: 01/06/2003 Grade: B Views: 0
Hello.
Im trying to recv a fil from a webserver, this actually works now but it's a
bit slow.
Here is my code :
timer(start, "before loop");
while((recv_bytes = recv(socketfd, buf, s...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20508987.html
Zones:
C++Date Answered: 05/13/2003 Grade: A Views: 4
I am writing a socket server (windows 2000, visual C++). I establish the socket (bind(), listen() ). Then I loop starting with accept(), recv(), and send(), back to accept()... I can send and re...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20807584.html
Zones:
C++Date Answered: 12/01/2003 Grade: A Views: 0
Hi Experts,
Let me make my question more clear,
I need one server, multi clients will coming in, but no need to process them simultaneously, one by one in quene is ok.
Every client will se...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21406751.html
Zones:
C++Date Answered: 05/02/2005 Grade: A Views: 0
Hi to whoever looks at this question,
How do I hook a specific funtion in a DLL ? For example, if I want to hook the recv() call and examin the relvant parameters before or after it's executed, ho...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10201277.html
Hi,
I am gettting a WSAECONNRESET error on my recv function. The remote host did not close the connection, in fact the connection is still up.
I am using VC++ 6.0, on NT 4.0
I am using str...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10564801.html
Zones:
C++Date Answered: 07/03/2000 Grade: A Views: 39
I have been tracking down this problem for the last couple of days.. I have finally narrowed it to a recv() call that hangs my app.
I have a socket connection to a device and use recv to get the...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20104737.html
Zones:
C++Date Answered: 04/12/2001 Grade: A Views: 0
Hi all,
I use a AF_INET, SOCK_STREAM, IP_PROTOIP socket connection, in a non-blocking mode.
If i send a lot of data over socket, the data will remain in socket connection until the other side...
http://www.experts-exchange.com/Programming/Languages/C/Q_20455954.html
Zones:
CDate Answered: 07/04/2003 Grade: A Views: 0
Ah Good day,
I have managed to write a simple *console based* chat app in C using Winsock, but have found it to be impractical for one major reason.
But before I delve into why that is, let m...
http://www.experts-exchange.com/Programming/Languages/C/Q_20461830.html
Zones:
CDate Answered: 01/23/2003 Grade: B Views: 0