On Mar 24, 2006, at 9:01 AM, Jason Essington wrote:
the get and post methods that take a timeout are synchronous calls.
They return the content, so you must use that return value.
response = get(url, 7)
This works. Thank you.
Odd, though, that the error I got was "requires fewer parameters than
were passed" rather than "you must use the value returned by this
function." Depending on how you use it, httpsocket.get performs
either as a function (i.e, returns a value) or a normal method.
Perhaps the documentation needs to be tweaked. If I decide I really
think so, I'll go through REAL's system to request it.
-----
"Drama is life with the dull bits cut out."
-Alfred Hitchcock
Jerry Fritschle
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>