Recording, slides, and code from my WebSockets presentation

Enjoy. I'm going to have some followup blog posts on this coming up this week.

Recording URL: http://experts.adobeconnect.com/p459pvx19cw/

The demo files may be found at the bottom of this blog post.

Download attached file.

Archived Comments

Comment 1 by Misha posted on 5/12/2012 at 3:13 AM

Hi Ray, thanks for sharing presentation, really interesting and I believe could be a really nice feature.
Couple questions:
1. How many channels can be opened, is there any max?
2. How long channel stay "live", any expiration attributed?

Comment 2 by Raymond Camden posted on 5/12/2012 at 7:01 PM

To my understanding...

1) There is no limit outside of the 'practical' limit of memory. So in one CFM file, you could make a million different variables. Nothing in the language prevents that. But eventually you run out of RAM.

2) As far as I know, there is no expiration, if you sit there with your browser open forever it should last forever.