Check out my blog entry on Clarion, a new framework for interprocess messaging using CFMX native objects. Clarion will eventually be a fully implemented proxying inter-application and even inter-server messaging system for CFMX 6.1 and up. I will (eventually) have a ProxyManager application that is used to manage server-scope message queues, etc.
http://www.web-relevant.com/blogs/cfobjective/index.cfm?mode=entry&entry=EF68B85D-BDB9-5320-E1BEF2956E8EE4C5 (beware the wrap) For now, at the very least, the demo will give you an idea of how to get started, and it's real working code... there's download instructions in the blog entry. The demo uses the application scope to write messages to a queue in all subscribed session objects. Your situation is exactly why I started Clarion in the first place! :) Laterz! J And check out my upcoming CFDJ article on Clarion, interprocess communication, CFMX messaging services (ala JMS-for-CF), and CFMX-native push-pull webservices On Wed, 30 Mar 2005 12:49:15 -0400, dcooper @ macromedia. com dcooper @ macromedia. com <[EMAIL PROTECTED]> wrote: > This example below should hopefully get you started (spawns, uses shared > scopes to communicate work status, passes data into the async method via > Async Event Gateway, performs a sync-point in the main request thread, waits > for all work to be completed in the async worker threads, and completes the > task (in 100th of the total time...22,000ms down to 220ms in this simple > example). > > (Watch the line wrap): > http://www.dcooper.org/blog/client/index.cfm?mode=entry&entry=24BEF3D6-4E22-1671-55146EEC011D18D4 > > Shared (ie server) variables are one way to do inter-thread communication in > CFMX7 (don't forget to CFLOCK on updates). > > Damon > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200746 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

