Kai Tischler
Member since May 3, 2011
- Profile: /members/8267-kai-tischler.htm
- URL: http://www.verlsnake.eu
- Comments: 6
Recent Blog Comments By Kai Tischler
-
Sending Client-To-Client Realtime Messages With Pusher App And ColdFusion
Posted on Aug 17, 2013 at 8:23 AM
Hello Ben ! Do You have a comparison of PubNub vs. Pusher ? Cheers and Tschüss Kai... read more »
-
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.subscribeAsync(timeout... 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 passed off to th... 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 benefit... 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/authorization) for the Node.js/N... read more »