Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Problems reading back from socket

by vek (Prior)
on Nov 17, 2005 at 06:50 UTC ( [id://509311]=note: print w/replies, xml ) Need Help??


in reply to Problems reading back from socket

Is it possible that the remote server has not recognized that you've finished sending data? Have you tried issuing a more forceful method of indicating you're done via shutdown?

$sock->shutdown(1); # done writing but still open for reading

Do you have access to the remote server? Can you verify that your data is received correctly and that the remote server is actually attempting to send you data back?

-- vek --

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://509311]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-19 11:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found