Click here to Skip to main content
16,020,313 members

Comments by vaibhav vijay (Top 5 by date)

vaibhav vijay 13-Mar-15 6:23am View    
How to fix this issue what should be the alternate way .
I can't change the file read and save location every time.
vaibhav vijay 13-Mar-15 6:22am View    
I have updated xml also with question please check.
vaibhav vijay 28-Sep-13 1:41am View    
Actually my all above code is within a asmx webservice.And its my requirement that i have to be in receive all the time whether i m sending any thing or not so if i make the socket non-blocking it will throw exception continuously which can be a performance overhead with my application.Is there any parameter configuration over webservice which might be blocking my send.
vaibhav vijay 27-Sep-13 8:41am View    
I have tried with nonblocking but its not solving the issue.
vaibhav vijay 27-Sep-13 5:12am View    
Deleted
what & how i have to monitor i didn't get you actually i am sending structure as a byte array.
and sometimes when i put sleep with my send operation it works fine.
I have read something on following link.
"The successful completion of a send does not indicate that the data was successfully delivered. If no buffer space is available within the transport system to hold the data to be transmitted, send will block unless the socket has been placed in nonblocking mode."

http://msdn.microsoft.com/en-us/library/f3kd48xs.aspx