Community Member Profile
- Profile: /members/8267-Kai-Tischler.htm
- URL: http://www.verlsnake.eu
- Comments: 5
- Points: 55
Recent Blog Comments By Kai Tischler
-
PubNub.cfc - A ColdFusion Wrapper For The PubNub Realtime Messaging Platform
Posted on Oct 14, 2011 at 8:25 AM
I just wanted to add my newest insight: In order to control the (request) timeout of the endless cfloop used in 'subscribeAsync', I have to do the following: - Add a cfsetting directive to the .cfm page invoking 'subscribeAsync' like so: - <cfsetting requesttimeout="240">... read more »
-
PubNub.cfc - A ColdFusion Wrapper For The PubNub Realtime Messaging Platform
Posted on Oct 12, 2011 at 6:59 PM
I am now trying to integrate the PubNub.cfc into the ColdBox Framework; the main problem I encounter is: - An asynchronous subscription seems to last only for a few seconds; this is not what one calls sustainable ... I have settings like so: - Doing the subscription: pubnub.subs... read more »
-
PubNub.cfc - A ColdFusion Wrapper For The PubNub Realtime Messaging Platform
Posted on Sep 21, 2011 at 4:51 PM
I am aware of ColdFusion's Event Gateways: They handle incoming realtime messages with a dedicated 'onIncomingMessage' event method. The PubNub.cfc deals with incoming realtime messages like so: - Method 'subscribeAsync': In an asynchronous CFThread body, all retrieved messages are pas... read more »
-
Sending Client-To-Client Realtime Messages With The PubNub JavaScript Library
Posted on Sep 21, 2011 at 1:32 PM
I could still not find consolidated PubNub documentation; having a bit of a BlazeDS/WebSync background, I am just wondering about the following: - Local Handling of generated messages: I know that WebSync does NOT send a message to the originating location by default; which is reasonable ! I... read more »
-
Porting The ColdFusion Application.cfc Framework Component Over To Node.js
Posted on May 3, 2011 at 12:35 PM
Hello Ben ! I am very interested in Your Node.js/NowJS---ColdFusion marriage efforts, too ! Please allow me several questions: - Will You make a comprehensive/consolidated Node.js/NowJS---ColdFusion marriage package available ? - What about security (authentication/authoriza... read more »



