webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Multi Threading in webMethods6

  • 1.  Multi Threading in webMethods6

    Posted Wed December 10, 2003 05:31 PM

    Hi,
    I am trying to invoke two Flow services from within a java service. I used Service.doThreadedInvoke(…), but looks like only the first service is running and not the second. Am i missing something. I need both to run in concurrent manner as if it is invoked independently.

    Anyone please help… Thanks


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Multi Threading in webMethods6

    Posted Fri December 12, 2003 10:24 AM

    I’m not sure I understand. Is this the scenario:

    Service1 is called.
    Service1 is executing.
    ServiceThread st2 = Service.doThreadedInvoke( … Service2 …)
    ServiceThread st3 = Service.doThreadedInvoke( … Service3 …)
    then get the results from st2 and st3.

    You are saying the Service2 and Service3 are not both running concurrently?


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB