A quick solution may be to broadcast your commands at intervals. It
worked for me (at least until cairngorm 1.0 is released as i believe
this will support command chaining?)

take a look at this delayed call utility
http://www.richinternet.de/blog/index.cfm?entry=11C9DC30-CCA9-79EF-446F3F538ED86751

Andrew.
--
www.flexdaddy.com




--- In [email protected], "Robert Stuttaford" <[EMAIL PROTECTED]>
wrote:
> Hi all
> 
>  
> 
> Has anyone come up with a neat and tidy way to chain commands in a
> queue-like fashion within the Cairngorm framework?
> 
>  
> 
> I'm running into horrid things with an EJB, something to do with
concurrency
> I think. I'm broadcasting 4 getSomethingList type commands in a row,
and I
> think that responses are getting jumbled up. I want to ensure that I
only
> have one pending call open at any time, so I tried to see what I
could do
> about making my business delegates queue-capable, but ran into
issues with
> the fact that once you have a reference to a pending call, the call
is open.
> one would have to do all sorts of nasty things to store the actual
remote
> object call's method signature and parameters in a queue along with the
> appropriate calling command.
> 
>  
> 
> Anyone, help, please! :-)
> 
>  
> 
> Thanks,
> 
> Robert





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to