Push Server with Java

in Help Center
Hi all !
I'd like to use the Internet Communication Engine to develop a Push server with java. Does is support push paradigm ?? Can it handle thousands of client in parallel ?
Thankx !
I'd like to use the Internet Communication Engine to develop a Push server with java. Does is support push paradigm ?? Can it handle thousands of client in parallel ?
Thankx !
0
Comments
(*) Note that in this scenario, an Ice client is "server" from the user perspective, and an Ice server is a "client" from the user perspective. In Ice terminology a server is always a process that receives requests, and a client is a process that sends requests. Unfortunately, the terms "client" and "server are overused, and have different meanings in different contexts.
Actually, the system i have te develop is a streaming quote-server. The quote-server "push" quote data to multiple clients connected . As i read, it seems that your system could manage this kind of connection and communication ! I will try to develop a light version and i will do some test !
Thanks again