Does anyone use ICEpush on a production server under heavy load?

ICEpush is still in alpha, so I wonder if it is appropriate to use it in a web application on a tomcat or tc server with many clients. How many users can this technology serve with a slight delay? I am curious about the delay of up to 100, 1000 and 10000 clients.

What other Java library for reverse AJAX is worth a look?

+6
java icefaces reverse-ajax
source share
1 answer

Purely, because if this software is in Alpha state, I would suggest against it, and I would be surprised if anyone would allow it to be used in a production environment.

If you're just trying to figure out what kind of load it can handle, you can easily find out by writing a test case to implement the code and run it locally. Of course, this tip does not take into account latency of the network and horizontal scalability.

0
source share

All Articles