From:
Jörg Walter <trouble [at] garni.ch>
Date:
Tue, 15 Oct 2002 10:57:15 +0200
To:
axkit-users [at] axkit.org
Subject:
Re: Pgsql - Necessary to Write Provider?
On Monday 14 October 2002 21:58, Sean Evans wrote: > Hi all, > > I plan to use Postgresql for data storage, and was wondering what the > recommended approach was. Should I write a Provider? Encapsulate database > access behind a taglib? I appreciate your help. Use a Provider. When I get around to packaging my SQL provider (really soon now, I promise), you can configure your queries in httpd.conf and get caching for free. With taglibs, you will always run through a XSP bottleneck. Actually, you would usually use a mixed approach. Use a provider for retrieving and displaying pages made from SQL data, and XSP (probably with ESQL) to modify data. Of course, if your DB data is highly dynamic and barely cacheable anyways, then use XSP all the way. CU Jörg
Pgsql - Necessary to Write Provider? - Sean Evans on 14 Oct 2002 20:12:39 -0000
Re: Pgsql - Necessary to Write Provider? - Tod Harter on 15 Oct 2002 01:23:48 -0000
Re: Pgsql - Necessary to Write Provider? - Robin Berjon on 15 Oct 2002 09:00:52 -0000
Re: Pgsql - Necessary to Write Provider? - J[246]rg Walter on 15 Oct 2002 09:01:02 -0000
Re: Pgsql - Necessary to Write Provider? - Mark A. Hershberger on 16 Oct 2002 02:46:05 -0000
Back up to archives |
These pages are copyright © 2002 Apache Software Foundation


Index