by desau13 on Fri Oct 06, 2006 12:19 pm
Hey Lack --
You're probably already aware of this, but I'll just throw this out there.
When you're working on this, I'd suggest you take a look at comet / "reverse ajax". I tried to use it (I'm using DWR for my AJAX in LandGrab), but DWR's reverse ajax was still beta and didn't work very well when I was doing the realtime board. Currently LandGrab uses ajax with a 5 second poll. I tried to keep the packet size as small as possible, but it's still a noticeable bandwidth chunk when 20 users are all watching a realtime board. Hence, when you're doing this for CC, I'd strongly recommend not using a poll method .. I think comet / reverse ajax should be fairly stable by 2007.
Just my $ .02
-d