I understand your concern; number of users accessing the screen is sized to be less than 3 at any time. We'll have a
JBoss server running on Linux (fairly sized; possibly dual processor with plenty of RAM). i.e. we can add more hardware/processing power as necessary. i.e. we'll stand up reasoable server that will live there to serve. Therefore, hit to server is a non-issue for us.
Also, there's no flicker on IE. Flickering on Netscape/Firefox is the issue -- why there's no flicker on IE and yet there's a flicker on Firefox/Netscape? Makes me disappointed to implement AJAX approached solution to find out it doesn't work on Firefox/Netscape.
Originally posted by Eric Pascarello:
You are going to be killing your server with a request a second!!
You are going to get flicker if you have to keep rendering the page over and over.
Eric