> Any idea how i can dispatch and listen for event across sessions? > > ... > > I know the other way would be to dispatch an event every few > mins that Query's DB for any unread messages, but one I don't > want to do a "busy waiting" on it, secondly if thats the only > way how can I setup an event that is dispatched on clock tick? > > p.s I am using RPC and Coldfusion 8 to interact with my MYSQL 5 DB
You can do this with the Messaging component of LCDS, which is included with CF8. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified Partners http://training.figleaf.com/ WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers! http://www.webmaniacsconference.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:5221 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
