concurrent requests in MWS

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

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