> I thought some one mentioned that one can call a
> module remotely back a few years ago. Now, I'm
> revisiting this issue. I've reviewed the CFMODULE doc
> for CFMX and haven't found any info indicating that it
> can be done. One logical attempt was to call a local
> module with IP|localhost like
> <cfmodule name="127.0.0.1.aModuleDir.ModuleName"
> attributesA="valueA" attributesB="valueB">
> 
> However, the attempt failed.  If this feature is
> available, it would be truly empowering, security can
> be addressed via CF Admin, to permit call from what
> what IP(s) and what not etc.

You can call modules remotely, but how that works isn't really up to CF. For
example, you can call a DCOM object on a remote server, if it's been
registered on your machine. I imagine that CORBA provides similar
functionality. With DCOM, at least, CF has no control over how the object is
invoked, really - networking, permissions, and so on are all handled by the
operating system.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to