You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Anil Soni <An...@lntinfotech.com> on 2010/07/17 13:16:00 UTC

RE: OFBiz screen rendering problem.

Because if it renders in sequentially pattern then for each request it reads the screen sequence wise and then after it reads completely it will show the page. Which is a time taking process, it should be parallelly where multiple thread will handle each screen or widget part and draw the screen one by one instead of reading it in sequentially.

So my question is screen rendering in OFBiz is sequentially or  parallelly ?

Minimum 40 % of total time taken to draw a page and time is in seconds.


-----Original Message-----
From: Scott Gray [mailto:scott.gray@hotwaxmedia.com]
Sent: Monday, April 19, 2010 12:20 PM
To: user@ofbiz.apache.org
Subject: Re: OFBiz screen rendering problem.

On 19/04/2010, at 5:33 PM, Anil Soni wrote:

> I've a question on OFBiz screen rendering mechanism.
>
> Does screen rendering in OFBiz happen sequentially or  parallelly,  means suppose I've a page with 4 screens, say s1,s2,s3 and s4,when I will call this page then all the screens will render sequentially (like s1 -> s2 -> s3 -> s4) or  parallelly (means all screen at a time).
>
> I am asking this question because I found that minimum 40 % of time spent in screen rendering  which is a major concern for the OFBiz performance.

Why is that a major concern? and 40% of what.. 10 milliseconds or 10 minutes?

Regards
Scott

This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.

______________________________________________________________________

RE: OFBiz screen rendering problem.

Posted by Anil Soni <An...@lntinfotech.com>.
Please ignore my previous mail. I mistakenly sent.

-----Original Message-----
From: Anil Soni
Sent: Saturday, July 17, 2010 4:46 PM
To: user@ofbiz.apache.org
Cc: toanilsoni@gmail.com
Subject: RE: OFBiz screen rendering problem.

Because if it renders in sequentially pattern then for each request it reads the screen sequence wise and then after it reads completely it will show the page. Which is a time taking process, it should be parallelly where multiple thread will handle each screen or widget part and draw the screen one by one instead of reading it in sequentially.

So my question is screen rendering in OFBiz is sequentially or  parallelly ?

Minimum 40 % of total time taken to draw a page and time is in seconds.


-----Original Message-----
From: Scott Gray [mailto:scott.gray@hotwaxmedia.com]
Sent: Monday, April 19, 2010 12:20 PM
To: user@ofbiz.apache.org
Subject: Re: OFBiz screen rendering problem.

On 19/04/2010, at 5:33 PM, Anil Soni wrote:

> I've a question on OFBiz screen rendering mechanism.
>
> Does screen rendering in OFBiz happen sequentially or  parallelly,  means suppose I've a page with 4 screens, say s1,s2,s3 and s4,when I will call this page then all the screens will render sequentially (like s1 -> s2 -> s3 -> s4) or  parallelly (means all screen at a time).
>
> I am asking this question because I found that minimum 40 % of time spent in screen rendering  which is a major concern for the OFBiz performance.

Why is that a major concern? and 40% of what.. 10 milliseconds or 10 minutes?

Regards
Scott

This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.

______________________________________________________________________

______________________________________________________________________

This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.

This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.

______________________________________________________________________