HTTP Client - Synchronous HTTP POST Calls?

Login to reply to this topic.
Tue, 2005-10-04 08:21
Joined: 2005-09-30
Forum posts: 29
Hi,

I am developing a HTTP application using RHTTPSession & RHTTPTransaction. I am issuing multiple HTTP POST(IssueHTTPPost) calls inside a loop. For single HTTP POST, data gets submitted. For multiple HTTP POSTs, the application is not working - data is not getting HTTP POSTed. How can i make the HTTP POST request synchronous? i.e. need to call subsequent HTTP POST only when the first call to HTTP POST has finished.

Pls help.

Thanks,
symbian_ravi


Tue, 2005-10-04 08:27
Joined: 2004-06-06
Forum posts: 205
Re: HTTP Client - Synchronous HTTP POST Calls?
look for CActiveSchedulerWait. i also use it for synchronous transactions.

Best regards,
Michal Laskowski

Tue, 2005-10-04 08:42
Joined: 2005-09-30
Forum posts: 29
Re: HTTP Client - Synchronous HTTP POST Calls?
Thanks a lot.
  • Login to reply to this topic.