Alex,

That profiler problem happens much before I reach my heavy duty popup with
many children,
on initial screen.
We are making calls to about 30 Stored Procs to get proper permissions and
load static data.
(can probably turn off some of them and only use data relevant to screen
with popup we need,although it might take time to investigate).

As I said, Debugger is running fine, no timeouts whatsoever.

Is Profiler more demanding than Debugger?


On Thu, Apr 9, 2015 at 12:25 AM, Alex Harui <aha...@adobe.com> wrote:

> First, try a small test app to make sure everything really does work.
>
> Then, in your case, if you can control the number of children, instead of
> profiling 100, profile 50.  The same hotspots should show up.
>
> Or do 50 and then 20 and see if you see a trend.
>
> -Alex
>
> On 4/8/15, 3:25 PM, "Oleg Konovalov" <oleg...@gmail.com> wrote:
>
> >Hi,
> >
> >I have a large Flex+Java app (Flex 4.5.1).
> >
> >Created a new complicated screen (with 3 ADGs) and WindowTitle popup
> >to edit a row with 2 sets of children (each is a DataGroup with Renderer,
> >one is a few TextInputs (with 2 way binding),
> >another is 2 dropdownlists (2nd gets a list based on 1st one selection, so
> >there is a call to stored proc), checkbox and a button.
> >
> >It seems that if there are 100s of these children, it takes >35secs for
> >that popup
> >to come up in Edit mode.
> >
> >I tried to profile it using FlashBuilder 4.5.1 on Tomcat 6.0,
> >but when I bring up profiler, it shows me popup "No activity happened in
> >the past 60 seconds
> >after connection was established with the application"  and only after
> >that
> >app comes up.
> >
> >Debugger works fine, and I can run that app without any problems.
> >
> >
> >Is there way to fix it?
> >
> >I have seen lots of posts showing similar error, but no solution so far.
> >
> >
> >Please help!
> >
> >--
> >Thank you,
> >Oleg.
>
>


-- 
Thank you,
Oleg.

Reply via email to