Now I'm wondering what their protocol is, and what I can learn from it.
If it's in JavaScript, the source is sitting in your cache.
You could deliver something in Flash or Java that maintains a persistent connection, so that you can push stuff down to the client. 'Course, that means a lot of connections on your end, which gets expensive.
Re: Huh
Date: 2008-05-09 02:28 pm (UTC)If it's in JavaScript, the source is sitting in your cache.
You could deliver something in Flash or Java that maintains a persistent connection, so that you can push stuff down to the client. 'Course, that means a lot of connections on your end, which gets expensive.