Sorry for late reply. Yes I am calling 4 Remote object at the same time. The actuall issue is when the BlazeDS sends the request from Flex (internally I think RO uses Http protocol to send the requests) it is grouping these 4 RO requests and sending in one chunk. So BlazeDS kind of blocking my request and grouping them in one Http request.
Same thing happens when I get the result back. even though the data is populated from DB the 4 requests are grouped together to send response in one Http request. I was Hoping this will excute in Independent and I will be able to get the responses. Regards, Sachin Patil. On Jan 10, 11:43 pm, sandeep gupta <[email protected]> wrote: > Hi , > > Can you please elaborate more on it. > > If i am not wrong, you want to call different remote objects at the same > time thats what you want to. > > On Sun, Jan 9, 2011 at 8:03 PM, Jitendra Jain <[email protected] > > > > > > > wrote: > > What do you mean by "all four requests in one http request"? > > > On Fri, Jan 7, 2011 at 11:35 PM, Sachin Patil <[email protected]>wrote: > > >> F5 > > >> On Jan 6, 10:06 pm, Sachin Patil <[email protected]> wrote: > >> > Good Morning Friends, > > >> > I am doing a performance fine tuning for Remote object calls in > >> > BlazeDS based Flex-J2EE communication. I have a scenario where I am > >> > sending 4 asynchronous request to server. My data takes almost 40 sec > >> > to load. However when I was debugging the code, I understood that the > >> > server side code is not taking this much time. > >> > Some observations: > >> > 1) First the request is blocked at Flex side. All 4 requests are sent > >> > in only one Http request. > >> > 2) When the data is loaded at server and returned all 4 requests are > >> > again block and sent as one package. > >> > 3) My each of the service is taking almost 7-10 sec. > >> > 4) Because the requests are serialized and blocked to send back the > >> > data, it is taking almost 34-40secs. > > >> > My expectation was: > >> > 1) All the request should be executed independently > >> > 2) Each request should be immediately back > >> > 3) The data load should take around 8-12 sec. > > >> > Please help to understand the BlazeDS working and any suggestion to > >> > reduce the data load activity. > > >> > Regards, > >> > Sachin Patil. > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "Flex India Community" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<flex_india%2bunsubscr...@googlegroups.com> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/flex_india?hl=en. > > > -- > > Thanks and Regards, > > JJain, > > > If you have knowledge, let others light their candles in it --Margaret > > Fuller: > > > -- > > You received this message because you are subscribed to the Google Groups > > "Flex India Community" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<flex_india%2bunsubscr...@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/flex_india?hl=en. > > -- > Thanks & Regards > > K.sandeep- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

