Hello, I have an application where the server implementation will
be EJB and the client will be a standalone java application. The number of
clients at any point of time will be around 10,000 connecting to the server
over internet. The data exchange between the client and the server is very high
– both pull and server push is possible. What are all the ways to
implement server push mechanism from an EJB? My understanding is:
Is there any other
standard mechanism / pattern available for these type of applications? Regards, -Anand N.
|
- Re: Server push implementation Anand Nirmalkumar
- Re: Server push implementation sven van't veer