Re: Posting many files in loop issue - WeOnlyDo Discussion board

Re: Posting many files in loop issue (General questions)

by wodDamir, Tuesday, October 09, 2007, 23:46 (6053 days ago) @ Zeeshan Alam

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: