blaze ds creates one thread for every user, so if the num of users are 500 it will create 500 threads, so scalability is less, latest LCDS on the other hand creates a single thread through which many users can communicate, so scalability is more (thousands of users can communicate very easily, also u will get the flavor of RTMP)
On Mon, Dec 21, 2009 at 6:00 PM, prajnith k <[email protected]> wrote: > hi freinds > > can any one say blazeds supports how many users... > a max of ? > Prajnith > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

