Re: database-driven html pages

Luke Gonze wrote:
> 
> Do any of these database-driven approaches avoid the expense of reconnecting
> to the database for every request?  

I've been using a product called Cold Fusion (from Allaire Software) which runs
a system service that keeps a connection to the DB open constantly. The cgi
program spawned by the web server is a client of this service, it doesn't open
any database connections of its own.

Michael Horgan
ICS Inc., Cambridge MA

Received on Monday, 22 January 1996 14:46:51 UTC