possible we can have 2 or more thread inside the main rendering? so that it doesn't share with other workers, but has multiple workers inside the datagrid rendering
Thanks Jack -----Original Message----- From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, September 11, 2013 11:43 AM To: dev@flex.apache.org Subject: Re: multi threaded for datagrid component rendering On 9/11/13 11:03 AM, "Jack Yu" <j...@appcomputing.com> wrote: >Hi, > >the new flash player 11.8 can support multi threaded. > >in the datagrid, can the cell rendering take the advantage of multi >threaded in flash player? meaning if there are 100 rows, 100 columns, >can the datagrid to use 2 or 4 threads to render all the 1000 cells in >multiple concurrent threads? The documentation [1] indicates that this is not supported. The main rendering thread cannot share rendering with other workers. [1] http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/sy stem/Worker.html