views:

19

answers:

1

I designed one On line Trading Application, which uses blazeds & jetty, in that i used AMF-LongPooling as channel, with following parameter,

Here is the problem is Each message is not reaching all the user,who are connected, messages are missing to few users (300 recieving out of 600)...

what we need to do to provided instant messages to all Online. ??

Please help me one?

A: 

Your question is too generic, it's not possible to give an answer because it depends on too many things: network, size of the messages, your system architecture etc. My suggestion is to invest heavily in reading BlazeDS developer guide and to turn the debug messages on (there is a lot of useful information displayed by BlazeDS). It would also help to study BlazeDS source code.

Cornel Creanga
Hi Cornetl Creanga, U might be right, but i suppose blazeds is not allowing more than 200 or some n number of request from all request(Subcribers), i wud like to know weather blazeds is not support for unlimited user access or problem with my publisher-Subcriber model ?
Thirst for Excellence
There is no hard limit in BlazeDS, theoretically it can support a very large number of concurrent users. However the servlet container can have a limit (the maximum number of open threads).
Cornel Creanga
Then most of the messeges are not delivered, when 600+ users are subcribing
Thirst for Excellence