Re: Euphoria as Apache Module
- Posted by Andy Serpa <ac at onehorseshy.com> Aug 09, 2005
- 570 views
cklester wrote: > > Andy Serpa wrote: > > > > > > For example, this site: > > > > <a href="http://www.smartasscookie.com">http://www.smartasscookie.com</a> > > > > 100% of the pages are dynamically generated by Euphoria, but none of the > > URLs show > > any extension at all... > > Andy, is that a site you put together? Nice! :) > Yes it is, thank you. I should also mention that the pages are generated via a template system using Kanarie. For that project I created an EDS database server which stays running 24/7 with an persistently open handle to the product database. So when someone requests a page, the Euphoria script that generates the page connects to the server and the server accesses the database. This model eliminates any possible locking problems when the database is being updated and also speeds things up because the database just stays open all the time with indexes loaded for fast access...