Re: [flexcoders] Performance feedback PLEASE

2010-04-12 Thread thomas parquier
64bits system and 64bits flashplugin. thomas parquier http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net téléphone portable : +33601 822 056 2010/4/9 thomas parquier > crunchbang (ubuntu) > AMD Athlon(tm) 64 X2 Dual Core P

Re: [flexcoders] Performance feedback PLEASE

2010-04-12 Thread Tom Chiverton
On Friday 09 Apr 2010, Allan Pichler wrote: > I was wondering if anyone could take a quick glance at my AS3 3d renderer > http://api.pluton.webhouse.dk/pool3d/pool3d.html and reply what FPS they > get on their gear. If you could also provide your CPU info that would be > extremely helpful. 15fps,

RE: [flexcoders] Performance feedback PLEASE

2010-04-09 Thread Anastasios Mavroudis
@yahoogroups.com Subject: [flexcoders] Performance feedback PLEASE I was wondering if anyone could take a quick glance at my AS3 3d renderer http://api.pluton.webhouse.dk/pool3d/pool3d.html and reply what FPS they get on their gear. If you could also provide your CPU info that would be extremely

Re: [flexcoders] Performance feedback PLEASE

2010-04-09 Thread Pedro Figueiredo
34 - 38 Xp sp2 Intel Core2 Duo 2.19 GHz (lots of applications opened and many days after last restart... (using hibernate for months in the laptop)) Pedro On Fri, Apr 9, 2010 at 9:51 AM, Allan Pichler wrote: > > > I was wondering if anyone could take a quick glance at my AS3 3d renderer > ht

Re: [flexcoders] Performance feedback PLEASE

2010-04-09 Thread Jake Churchill
70 fps Intel Core 2 Duo @ 3Ghz flash player version 10,0,45,2 On Fri, Apr 9, 2010 at 8:27 AM, Robert VanCuren Jr < robert.vancuren...@gmail.com> wrote: > > > 53 fps > > Intel Core 2 Duo T9400 @ 2.53GHz > Flash player version 10,1,51,95 > > On Fri, Apr 9, 2010 at 4:51 AM, Allan Pichler wrote: >

Re: [flexcoders] Performance feedback PLEASE

2010-04-09 Thread Robert VanCuren Jr
53 fps Intel Core 2 Duo T9400 @ 2.53GHz Flash player version 10,1,51,95 On Fri, Apr 9, 2010 at 4:51 AM, Allan Pichler wrote: > > > I was wondering if anyone could take a quick glance at my AS3 3d renderer > http://api.pluton.webhouse.dk/pool3d/pool3d.html and reply what FPS they > get on their

Re: [flexcoders] Performance feedback PLEASE

2010-04-09 Thread thomas parquier
crunchbang (ubuntu) AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ flashplayer 10.0.32.18 : 40-41fps great visual result thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net téléphone portable : +33601 822 056

Re: [flexcoders] Performance feedback PLEASE

2010-04-09 Thread Oleg Sivokon
Windows XP SP2 dualcore 2x2.13 Player plugin debugger (Chrome, Opera, FireFox, Safari) - 38-41 fps. Player ActiveX debugger - 38-47 fps. Standalone debugger - 36-37 fps. Player version 10.0.32 for all kinds. Best. Oleg

Re: [flexcoders] Performance feedback PLEASE

2010-04-09 Thread Adnan Doric
105-107 FPS i7 Extreme 965 On 09/04/2010 10:51, Allan Pichler wrote: I was wondering if anyone could take a quick glance at my AS3 3d renderer http://api.pluton.webhouse.dk/pool3d/pool3d.html and reply what FPS they get on their gear. If

[flexcoders] Performance feedback PLEASE

2010-04-09 Thread Allan Pichler
I was wondering if anyone could take a quick glance at my AS3 3d renderer http://api.pluton.webhouse.dk/pool3d/pool3d.html and reply what FPS they get on their gear. If you could also provide your CPU info that would be extremely helpful. For the curious the engine sports the following features

Re: [flexcoders] Performance issues with data grid/advanced data grid

2010-01-06 Thread Douglas Knudsen
#1 below sounds way fishy. For performance reasons List based controls create only those ItemRenderers that would be viewable in the List and maybe 1 or 2 more. As the user scrolls, this set is re-used. What you have done is bypass this completely by making ALL rows visible and thus 1350 instanc

RE: [flexcoders] Performance issues with data grid/advanced data grid

2010-01-05 Thread Alex Harui
uesday, January 05, 2010 1:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Performance issues with data grid/advanced data grid Hi All, I'm loading an AdvancedDataGrid with an ArrayCollection of about 1350 items retrieved from the server. Each record has 5 fields, and I am using one v

[flexcoders] Performance issues with data grid/advanced data grid

2010-01-05 Thread sharath reddy
Hi All, I'm loading an AdvancedDataGrid with an ArrayCollection of about 1350 items retrieved from the server. Each record has 5 fields, and I am using one very simple custom renderer. The grid doesn't seem to be able to handle these many records, and throws the following error: Error #1502: A

RE: [flexcoders] Performance of associative array or dictionary lookup

2009-10-19 Thread Gordon Smith
No, they aren't sorted. They use a storage technique called a hash table. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of d9_tech Sent: Thursday, October 15, 2009 2:50 PM To: flexcoders@yahoogroups.com Subject: [flexc

[flexcoders] Performance of associative array or dictionary lookup

2009-10-15 Thread d9_tech
I'm curious to know what the algorithm is behind an associative array or dictionary look up. I'm assuming that associative arrays and dictionaries are sorted when they are created and then something like a binary search is used to do the look up. Can anyone confirm that this is true or offer add

[flexcoders] Performance of looping through Arrays and ArrayCollections

2009-08-12 Thread Baz
This (older) blog postsays that looping through an ArrayCollection using FOR-IN is faster than using a regular FOR loop - any truth to this? Are there faster or slower ways to loop through ArrayCollections or Arr

RE: [flexcoders] Performance improvement recommendation

2009-06-19 Thread Alex Harui
ps.com [mailto:flexcod...@yahoogroups.com] On Behalf Of yial2 Sent: Friday, June 19, 2009 3:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Performance improvement recommendation Hi everyone, I am creating an application which is basically a flex/flash based blog engine. Wh

[flexcoders] Performance improvement recommendation

2009-06-19 Thread yial2
Hi everyone, I am creating an application which is basically a flex/flash based blog engine. When the application is initially loaded, it will retrieve 50 blog post and display them on the first page. The problem I am having now is that it takes a LONG(5 min) time to load the posts. If I decrea

Re: [flexcoders] Performance Question

2009-06-03 Thread Kevin F. Benz
Well, you have to avoid over the wire activity as it will cause a traffic pattern called a ³galloping herd². Basically servlet latency causing latency, causing And so forth. Your keyboard buffer will end up getting ahead of the over the wire call and end up with enough spooled key events to mak

[flexcoders] Performance Question

2009-06-03 Thread tchredeemed
Basically, Our users have a group of Individuals (com.gladhandle.IndividualVO) and in one part of the application they can search the individuals. However, one of our milestones is that they are able to search and the results are refreshed on keyup of a textinput. Seeing as this could and would

Re: [flexcoders] Performance and UI failing to update?

2008-12-23 Thread Charlie Hubbard
Manish, Thanks that's more like the info I was looking for. Just some details as to how Flash events and frame rates work in relation to callLater(). Using a timer has one distinct advantage that you can control how fast something is running where my technique ran every frame (or so I thought).

RE: [flexcoders] Performance and UI failing to update?

2008-12-23 Thread Tracy Spratt
2008 11:07 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Performance and UI failing to update? Tracy, Before I started parsing the file it actually worked simply iterating over the files and adding them to the DB without processing them. After I started parsing the files I started

Re: [flexcoders] Performance and UI failing to update?

2008-12-23 Thread Manish Jethani
On Tue, Dec 23, 2008 at 7:05 PM, Charlie Hubbard wrote: > The parsing of the XML is done separately from the iteration, and > each iteration of the loop over the nodes is done using > UIComponent.callLater(). So my algorithm looks pretty close to > something of this form: > > function doIterati

Re: [flexcoders] Performance and UI failing to update?

2008-12-23 Thread Charlie Hubbard
yahoogroups.com] On > Behalf Of Charlie Hubbard > Sent: Tuesday, December 23, 2008 8:35 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Performance and UI failing to update? > > > > I'm writing an AIR application where I have a very long operation that &g

RE: [flexcoders] Performance and UI failing to update?

2008-12-23 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Charlie Hubbard Sent: Tuesday, December 23, 2008 8:35 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Performance and UI failing to update? I'm writing an AIR application

[flexcoders] Performance and UI failing to update?

2008-12-23 Thread Charlie Hubbard
I'm writing an AIR application where I have a very long operation that I need to run in the background. I know Actionscript doesn't have threads so I'm trying to simulate that using cooperative multi-tasking by breaking up my job into smaller pieces. I'm basically trying to parse an XML file, ite

Re: [flexcoders] Performance...

2008-10-14 Thread Paul Andrews
ders@yahoogroups.com Sent: Tuesday, October 14, 2008 7:44 PM Subject: RE: [flexcoders] Performance... Can you more clearly define what is server-side and what is client-side? And exactly what do you mean by "windows terminal"? Are we talking thin clients

RE: [flexcoders] Performance...

2008-10-14 Thread Tracy Spratt
f aceoohay Sent: Tuesday, October 14, 2008 2:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Performance... I have a flex application that I have written, and is deployed in an intranet environment. Between 15 & 20 users use windows terminals attached to a w2k3 server. It has

[flexcoders] Performance...

2008-10-14 Thread aceoohay
I have a flex application that I have written, and is deployed in an intranet environment. Between 15 & 20 users use windows terminals attached to a w2k3 server. It has 2GB of memory. Today I got a complaint of everything running slowly. I logged in and saw the CPU pretty much maxed out and me

[flexcoders] performance implications of marking a class as final?

2008-09-15 Thread Doug McCune
Anyone have any details or benchmarks about what kind of performance gain (if any) you get from making a class final?

Re: [flexcoders] Performance Issues with AdvancedDataGrid

2008-08-01 Thread Carlos Rovira
I was this days extending the component to do the same Excel funcionality. I conclude that using itemRenderers that extends UIComponent ends downgrading the performance of the grid. So I recomend to extend AdvancedDataGridItemRenderer although probably you'll have to sacrifice all the displayobject

[flexcoders] Performance Issues with AdvancedDataGrid

2008-08-01 Thread Bob
I have an application based on a AdvancedDataGrid control that makes use of custom editors and renders to in many ways resemble Excel. Problem I am having is that if the user begins rapidly entering data the application will occasionally miss keyboard entry. Our observation is that in the even

RE: [flexcoders] Performance profile strangeness

2008-07-18 Thread Alex Harui
You did check the box to actually profile performance when you started up the profiler right? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Sent: Friday, July 18, 2008 4:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] Performance profile strangeness

2008-07-18 Thread Mike
I profiled my app and the only way I can see any method level activity in the Performance Profile is to select 'Show zero time methods'. It shows the number of times a method is called but all of the timing columns are zero. Memory profiling looks fine. Any ideas? Thanks-- Mike

RE: [flexcoders] Performance, Event Listeners and removedFromStage

2008-07-15 Thread Alex Harui
Behalf Of polestar11 Sent: Tuesday, July 15, 2008 3:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Performance, Event Listeners and removedFromStage Hi I know it's good practise to clean up event listeners to improve on performance. I see 2 ways of doing this: - Explicitly cle

[flexcoders] Performance, Event Listeners and removedFromStage

2008-07-15 Thread polestar11
Hi I know it's good practise to clean up event listeners to improve on performance. I see 2 ways of doing this: - Explicitly clean up listeners (using removeEventListener(...)) - Specify 'useWeakRefrerences = true' when adding the event listener (addEventListener(Event.ADDED_TO_STAGE, onAddedToSt

Re: [flexcoders] Performance issues while creating several instances of DisplayObject at the same

2008-05-30 Thread Doug McCune
> > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *christian.menzinger > *Sent:* Friday, May 30, 2008 9:04 AM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Performance issues while creating several > instan

RE: [flexcoders] Performance issues while creating several instances of DisplayObject at the same

2008-05-30 Thread Alex Harui
yahoogroups.com Subject: [flexcoders] Performance issues while creating several instances of DisplayObject at the same Hi there, while experimenting with Containers and UIComponents I received very strange results. Is it possible that the instantiation and rendering of about 150 DisplayObjects c

[flexcoders] Performance issues while creating several instances of DisplayObject at the same

2008-05-30 Thread christian.menzinger
Hi there, while experimenting with Containers and UIComponents I received very strange results. Is it possible that the instantiation and rendering of about 150 DisplayObjects can take up to 3 seconds of processing time? I have a very light weight application attached where 20 views (containing a

[flexcoders] Performance issue in creating a Slide Show?

2008-03-04 Thread arpan srivastava
Hi All, I am creating a slide show with images, i have three solutions for this, can anyone help me out which one is better: 1. Load all the images in a ViewStack and show them one by one with effect. In this case all the images need to be loaded at the local machine from server. 2. Use Ca

Re: [flexcoders] Performance difference between ArrayCollection.removeAll() and ArrayCollection.source = []

2008-02-16 Thread Arpit Mathur
ogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Arpit Mathur > *Sent:* Thursday, February 14, 2008 9:39 PM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Performance difference between > ArrayCollection.removeAll() and ArrayCollection.source = []

RE: [flexcoders] Performance difference between ArrayCollection.removeAll() and ArrayCollection.source = []

2008-02-15 Thread Alex Harui
t: Re: [flexcoders] Performance difference between ArrayCollection.removeAll() and ArrayCollection.source = [] Hmm, maybe I am missing something here? The only place I see addEventListener being called is protected function startTrackUpdates(item:Object):void { if (item &&

Re: [flexcoders] Performance difference between ArrayCollection.removeAll() and ArrayCollection.source = []

2008-02-15 Thread Tom Chiverton
On Friday 15 Feb 2008, Arpit Mathur wrote: > the ArrayList class, I see that the removeAll loops through the entire > array, looking at each member to see if its an event dispatcher and if so > calling a function to remove the propertyChange listener. > Why is this implemented this way ? Is there a

Re: [flexcoders] Performance difference between ArrayCollection.removeAll() and ArrayCollection.source = []

2008-02-14 Thread Arpit Mathur
athur > *Sent:* Thursday, February 14, 2008 8:27 PM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Performance difference between > ArrayCollection.removeAll() and ArrayCollection.source = [] > > > > I was trying to debug an issue with the LogBook application we

RE: [flexcoders] Performance difference between ArrayCollection.removeAll() and ArrayCollection.source = []

2008-02-14 Thread Alex Harui
see a memory leak later, I'd definitely check in that area. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Arpit Mathur Sent: Thursday, February 14, 2008 8:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Performance

[flexcoders] Performance difference between ArrayCollection.removeAll() and ArrayCollection.source = []

2008-02-14 Thread Arpit Mathur
I was trying to debug an issue with the LogBook application we released a couple of days back. If you take a look at the interface on the main page at http://cimlogbook.googlecode.com (or if you have installed the application), you will see a clear logs button. Clicking on that clears an ArrayColle

[flexcoders] Performance difference between ArrayCollection.removeAll() and ArrayCollection.source = []

2008-02-14 Thread Arpit Mathur
I was trying to debug an issue with the LogBook application we released a couple of days back. If you take a look at the interface on the main page at http://cimlogbook.googlecode.com (or if you have installed the application), you will see a clear logs button. Clicking on that clears an ArrayColle

[flexcoders] Performance testing tool for flex application

2008-02-07 Thread post2chandu
Is there any performance testing tool available to test Flex Application which uses FDS?

[flexcoders] Performance with States and DataGrid

2008-01-23 Thread Rick Schmitty
So I have an app where 1 state has a bunch of user driven manipulation, moving objects on stage, changing their sizes/colors, adding/removing of objects etc and this runs fine no issues at all. When the user navigates to another state, a simple datagrid is displayed and that runs fine, not doing a

Re: [flexcoders] Performance Impact when using custom item renderer

2007-11-19 Thread Scott Melby
Check out this post on my blog where I discuss and demonstrate performance diffs using various item renderers in Flex. Source code is available if you run the app and right click. Notice how the optimized renderer does not use layout containers such as HBox,

[flexcoders] Performance Impact when using custom item renderer

2007-11-19 Thread letterpigeon
Hi all, I'm seeing a huge performance degradation while using custom item renderer with a datagrid. My datagrid is using a custom item renderer for all its column. And even if my item renderer does nothing more than : public override function data(value:object) { super.data = value; } I'm st

RE: [flexcoders] Performance Question: Which is faster e4x or object?

2007-04-24 Thread Jim Grinsfelder
always measure before you optimize. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wayneposner Sent: Tuesday, April 24, 2007 9:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Performance Question: Which is faster e4x or object? Has anyone really ben

[flexcoders] Performance Question: Which is faster e4x or object?

2007-04-24 Thread wayneposner
Has anyone really benchmarked this? It seems that when I return an http request as an Object my parse results are faster than trying to do a similar parse in e4x. This seems to be particularly true when the XML has structure than can be returned as an ArrayCollection vs assigning the same xml via

Re: [flexcoders] Performance Enhancement of Flex Application

2007-01-10 Thread Clint Modien
Ya... precompiling would definitely help. While your waiting for that minute. 90% of that time is probably compilation. Precompiling is in the docs... http://livedocs.flexsearch.org/index.shtml?cx=017079146949617508304%3Amv4wpsyofxu&cof=FORID%3A9&q=precompiling#816 Which version of Flex is th

[flexcoders] Performance Enhancement of Flex Application

2007-01-10 Thread haravallabhan
Hi guys, How to improve the startup performance of the flex application. That is before the application initializes a blank screen appears for over a minute after that a progress bar shows up.I want to minimize the time the blank page appears. I am using Tomcat server for running the applicatio

Re: [flexcoders] performance issues

2006-07-27 Thread Anatole Tartakovsky
ne of the people who worked on performance if she has any thoughts.   Matt   From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com ] On Behalf Of Pan TroglodytesSent: Wednesday, July 19, 2006 11:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] performance issues  

Re: [flexcoders] performance issues

2006-07-27 Thread Pan Troglodytes
t's invalidating too often?  I'll ask one of the people who worked on performance if she has any thoughts.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com ] On Behalf Of Pan TroglodytesSent: Wednesday, July 19, 2006 11:44 PMTo: flexcoders@yahoogroups.com S

Re: [flexcoders] performance issues

2006-07-27 Thread Anatole Tartakovsky
is in your setter for the data comparing against the old value and if it hasn't changed not doing anything, it may be that it's invalidating too often?  I'll ask one of the people who worked on performance if she has any thoughts.   Matt   From: flexcoders@yahoogroups.com [mailto:

Re: [flexcoders] performance issues

2006-07-27 Thread Anatole Tartakovsky
inst the old value and if it hasn't changed not doing anything, it may be that it's invalidating too often?  I'll ask one of the people who worked on performance if she has any thoughts.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoo

Re: [flexcoders] performance issues

2006-07-24 Thread Pan Troglodytes
lot of the extra renderers?   Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com ] On Behalf Of Pan Troglodytes Sent: Friday, July 21, 2006 7:42 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] performance issues   Yeah, I've tried that.  Here&

Re: [flexcoders] performance issues

2006-07-21 Thread Pan Troglodytes
s invalidating too often?  I'll ask one of the people who worked on performance if she has any thoughts.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com ] On Behalf Of Pan Troglodytes Sent: Wednesday, July 19, 2006 11:44 PM To: flexcoders@yahoog

RE: [flexcoders] performance issues

2006-07-20 Thread Matt Chotin
thoughts.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pan Troglodytes Sent: Wednesday, July 19, 2006 11:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] performance issues   Well, specifically I had a DataGrid using this for

[flexcoders] performance issues

2006-07-19 Thread Pan Troglodytes
Well, specifically I had a DataGrid using this for the itemRenderer:package nes {  import mx.controls.dataGridClasses.DataGridListData ;  import mx.controls.Label;  public class SignColorItemRenderer extends Label {    public var negativeColor:uint = 0xFF;    public var positiveColor:uint =

Re: [flexcoders] Performance question - please help!

2006-01-23 Thread Jonathan Hirschi
in Flash 8, takes 1.2 seconds... fast > as heck comparitvely, so > getting those records initially as well as every > minute apparently would > work great. Running just 12,000 takes 20 > milliseconds. > > > - Original Message ----- > From: "Jonathan Hirschi

Re: [flexcoders] Performance question - please help!

2006-01-22 Thread JesterXL
irschi" <[EMAIL PROTECTED]> To: Sent: Friday, January 20, 2006 10:01 PM Subject: Re: [flexcoders] Performance question - please help! Oh i guess i should have stated that when I request the data from my web service (coldfusion cfc), 760,000 is about the number of records (in total) that

RE: [flexcoders] Performance question - please help!

2006-01-21 Thread Gordon Smith
y, January 20, 2006 7:13 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Performance question - please help! Gordon, thanks for the response. i guess what I was wondering was if it'd be better to write up a class for data storage or just to use a regular object... ie myDataS

RE: [flexcoders] Performance question - please help!

2006-01-20 Thread Jonathan Hirschi
There is also some > rounding up because the > memory manager allocates only chunks of certain > sizes. > > - Gordon > > > -----Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On > Behalf Of JesterXL > Sent: Friday, January 20,

Re: [flexcoders] Performance question - please help!

2006-01-20 Thread Jonathan Hirschi
> > variable vs. many locals was better... even though > > locals were optimized for > > local registers in Flash Player 7 making functions > > faster... it's all > > confusing. > > > > There was an in depth article that disappeared > from > >

Re: [flexcoders] Performance question - please help!

2006-01-20 Thread Jonathan Hirschi
nctions > faster... it's all > confusing. > > There was an in depth article that disappeared from > the face of Google; I > haven't seen it in 2 years, but don't know if it was > worth reading or not. > > Anyway, let us know about the data points; what &

RE: [flexcoders] Performance question - please help!

2006-01-20 Thread Gordon Smith
sizes. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Friday, January 20, 2006 5:34 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Performance question - please help! Sure; Flex 2 gets all of Flash 8

Re: [flexcoders] Performance question - please help!

2006-01-20 Thread JesterXL
he data points; what their properties are, I can run some tests when I'm done with this project. - Original Message - From: "Jonathan Hirschi" <[EMAIL PROTECTED]> To: Sent: Friday, January 20, 2006 5:46 PM Subject: Re: [flexcoders] Performance question - please h

Re: [flexcoders] Performance question - please help!

2006-01-20 Thread Jonathan Hirschi
le to retain the data if it's > in the 100,000 range, but > if it's just 60 pointers to machines, that's cake. > > - Original Message - > From: "Jonathan Hirschi" <[EMAIL PROTECTED]> > To: > Sent: Friday, January 20, 2006 4:10 PM > Subject: [flexc

Re: [flexcoders] Performance question - please help!

2006-01-20 Thread JesterXL
t; <[EMAIL PROTECTED]> To: Sent: Friday, January 20, 2006 4:10 PM Subject: [flexcoders] Performance question - please help! Ok, so here's the situation, i've been tasked to write an application that shows a ton of graphs (testing the performance of flex). i need to create like

RE: [flexcoders] Performance question - please help!

2006-01-20 Thread Jonathan Hirschi
On Behalf Of > Jonathan Hirschi > Sent: Friday, January 20, 2006 4:11 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Performance question - please > help! > > > > Ok, so here's the situation, i've been t

RE: [flexcoders] Performance question - please help!

2006-01-20 Thread David Mendels
Hello,   Flex 1.5 or 2.0?   -David From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan HirschiSent: Friday, January 20, 2006 4:11 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Performance question - please help! Ok, so here'

[flexcoders] Performance question - please help!

2006-01-20 Thread Jonathan Hirschi
Ok, so here's the situation, i've been tasked to write an application that shows a ton of graphs (testing the performance of flex). i need to create like 60 objects that will be holding approximately 100,000 datapoints apiece and i need to create those objects dynamically... is it going to be b

RE: [flexcoders] Performance.... Data Grid

2005-07-01 Thread Abdul Qabiz
@yahoogroups.com Subject: [flexcoders] Performance Data Grid We are seeing very poor frame rates opening popup panels on top of data grids. Anyone else have this issue and any way to improve the performance? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

RE: [flexcoders] Performance.... Data Grid

2005-07-01 Thread Theodore E Patrick
Does the Datagrid row have a 'labelFunction' or 'cellRenderer' in it? These force an update the DataGrid when the cursor of over the DataGrid content. The datagrid might be doing a ton of work as you draw a pop-up panel over the datagrid. Also tracing anything in labelFunction is a good way to dr

[flexcoders] Performance.... Data Grid

2005-07-01 Thread nextadvantage
We are seeing very poor frame rates opening popup panels on top of data grids. Anyone else have this issue and any way to improve the performance? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexc

re: [flexcoders] Performance Flex

2005-06-29 Thread Drew Falkman
http://www.macromedia.com/devnet/flex/articles/server_perf_08.htmlhttp://www.macromedia.com/devnet/flex/articles/profiler_07.htmlDrew FalkmanTeam Macromedia From: Ricardo Menna <[EMAIL PROTECTED]>Sent: Wednesday, June 29, 2005 11:13 AMTo: flexcoders@yahoogroups.comSubject: [flex

[flexcoders] Performance Flex

2005-06-29 Thread Ricardo Menna
Hi, I need find a tool to performance analysis of Flex Client. Anybody know any tool that do this? Thanks, Ricardo Menna -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Y

RE: [flexcoders] Performance question relating to array element referencing

2005-05-06 Thread Tracy Spratt
t: Thursday, May 05, 2005 11:36 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Performance question relating to array element referencing I am about to embark on building a component that will involve heavy usage of arrays, and before I write a benchmark routine to answer my question,

RE: [flexcoders] Performance question relating to array element r eferencing

2005-05-05 Thread Matt Chotin
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jgserrault Sent: Thursday, May 05, 2005 8:36 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Performance question relating to array element referencing   I am about to embark on building a component that will involve heavy usage of

[flexcoders] Performance question relating to array element referencing

2005-05-05 Thread jgserrault
I am about to embark on building a component that will involve heavy usage of arrays, and before I write a benchmark routine to answer my question, I thought I would see if anyone already had the answer. My question is basic: When referencing array elements using the following approaches/meth

Re: [flexcoders] Performance testing Flash-J2EE applications

2005-03-09 Thread Jonathan Bezuidenhout
I used the (free) Microsoft web application stress tool - it can record AMF. http://www.microsoft.com/downloads/details.aspx?FamilyID=E2C0585A-062A-439E-A67D-75A89AA36495&displaylang=en You are getting the error because flashproxy only allows binary communication - it is the servlet that is used