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.
Using WebSockets with ColdFusion
View more presentations from cfjedimaster
Archived Comments
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?
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.