I'm developing a ticker application with more than 1000 users,
What is the best way to callback events to clients
rmi callback
jms
java.nio
others ?
thanks
-
Best way for a ticker application ? (2 messages)
- Posted by: bruno nogent
- Posted on: December 16 2003 06:06 EST
Threaded Messages (2)
- response by Alex Pisarev on December 18 2003 04:22 EST
- response by bruno nogent on December 18 2003 10:54 EST
-
response[ Go to top ]
- Posted by: Alex Pisarev
- Posted on: December 18 2003 04:22 EST
- in response to bruno nogent
I guess asynchronous messaging system will be the right choice. I'd recommend Tibco Rendezvous for its speed and robustness, but you can also use JMS-based solutions (which are typically slower).
Alex -
response[ Go to top ]
- Posted by: bruno nogent
- Posted on: December 18 2003 10:54 EST
- in response to Alex Pisarev
I'm agree with you
but if a use JMS, I have to work Selectors
or build a lot of topics ?