[flexcoders] How to improve consuming rate of Flex messages

2008-11-05 Thread jitendra jain
Hi , I have a JMS Producer that produces messages at a speed of 25 msgs/Per second. How could i make my flex application smart enough to consume those inoming messages.  Thanks, with Regards, Jitendra Jain Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/

Re: [flexcoders] How to improve consuming rate of Flex messages

2008-11-05 Thread Ciarán
Make your message handling as thin as possible. 25 is a very achievable number. Use the FB3 profiler to investigate what you might be able to optimize... You might want to look into BlazeDS (http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/) as a potentially faster alternative to FDS. Wi