My Projects
Search Blog

Categories
Archives
Useful Links
Photo Albums
RSS

Powered by
BlogCFM v1.15

Vivio Technologies CFML Hosting
17 February 2006
Simple Interval Gateway Available

For my CFAJAX Chat application, I needed an event gateway that would allow me to simly call a CFC method every 10 seconds, so I wrote one.

That chat application doesn't require it, but if you don't have the ability to use an event gateway, then you need to do stuff via scheduled task.  The scheduled task can only run once every minute, and it makes requests to the web server.  The gateway allows me to do the same thing every 10 seconds without making a web server request.

Go to the SimpleGateway Project Page for more details and the download link.

Posted by rickroot at 8:59 AM | Link | 0 comments