Search found 2 matches

by IvanWong
Thu Oct 09, 2008 6:45 pm
Forum: Announcements
Topic: libRevCurl
Replies: 10
Views: 12620

Hi Mark,

Thanks for the code and advice.


Ivan

Ivan, for a non-blocking POST:

put curl.new() into tCurl
curl.setUrl tCurl, "http://someserver.com/somepath"
curl.setPostData tCurl, tPostData
curl.execute tCurl
-- at this point, curl just gets on with it, and your script continues...

repeat ...
by IvanWong
Wed Sep 24, 2008 9:26 am
Forum: Announcements
Topic: libRevCurl
Replies: 10
Views: 12620

Hi Jan,

Thanks for the reply. I'll give it a shot.


Cheers,
Ivan