I am currently trying to plan out an application and am curious about what other think about something I have in mind.
I would like the URLs to be in the form of domain.com/thepagename-pageid.cfm. Simple as that....but the page will not actually exist. My thought was just to use the onMissingTemplate() handler to handle the request and dynamically generate the content. The issue is, I am not sure if this is completely the incorrect line of thinking - AND - also what the performance implications might be under load. I know an ISAPI rewrite can be used, but I want to stay away from that as this application will be distributed to others and I do not want them to have to reconfigure their webserver. It need to work right out of the box. Any suggestions would be helpful. I have read some blog posts in regards to this and I know some people are using it, but mostly curious if anyone sees a major issue with this under a load situation. Thanks in advance! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314047 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

