Re: Posting many files in loop issue (General questions)
Zeeshan,
Why don't you try using the component in Blocking mode?
In that case you wouldn't need the Do...Loop statement. In this scenario this occurs since the loop doesn't really do anything, but taking up procesor.
When you use Blocking mode, we will ensure that each line of the code (wodHttpDLX method) is executed, before continuing to the next one. In that case you can issue multiple consecutive Post Calls one after another.
Can you try that?
Regards,
Damba
Complete thread:
- Posting many files in loop issue - Zeeshan Alam, 2007-10-09, 23:15
- Re: Posting many files in loop issue - wodDamir, 2007-10-09, 23:46
- Re: Posting many files in loop issue - Zeeshan Alam, 2007-10-10, 15:28
- Re: Posting many files in loop issue - wodDamir, 2007-10-09, 23:46