IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

concurrent requests in MWS

  • 1.  concurrent requests in MWS

    Posted Thu August 07, 2008 02:19 PM

    Hi,

    I’m using the initialize() to get data from 2 backend systems (not very fast I must say) and in order to increase performance I would like to make them concurrent requests. Does MWS provides any feature to do it or must I do it manually in Java?

    Cheers
    Bruno


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 2.  RE: concurrent requests in MWS

    Posted Fri August 08, 2008 06:24 PM

    No, i’m sorry. We don’t have any facility to execute those initialization operations in parallel. One thing that you may have already considered is to use lazy load panels that issue fetch the data only after the panel has been rendered on the client. The total time that the user has to wait won’t be any less, but it might give the illusion of quicker load/response times.

    Regards,
    –mark


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods