Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Synchronize several DMI calls

    Assuming there is no way to do this nesting callbacks of DMI:
    What should be the way to achieve a sequential and ordered DMI calls?
    I mean, if you have three independent dmi calls, how can I get that the second dmi call, doesn't begin to execute after the first dmi callback has finished completely?
    And so with the second and third dmi call...


    We are working under:
    v9.1d_2014-02-22/PowerEdition Development SC and IExplrorer 10.0.9200 navigator, Eclipse Helios and Tomcat 7.0.28

    #2
    Client-side, don't start the second DMI until the callback from the first DMI fires.

    See also this response about various ways to do this all in one HttpRequest.

    Comment

    Working...
    X