Thread: Www emulator
Hi. Is any application, which works as www server on client's side, and loads pages from postgresql database? (free or commercial) -- ------------ pasman
On 07/11/2011 20:13, pasman pasmański wrote: > Hi. > > Is any application, which works as www server on client's side, and > loads pages from postgresql database? (free or commercial) > Many. Depends on what you want to do.... care to be a bit more specific? Ray. -- Raymond O'Donnell :: Galway :: Ireland rod@iol.ie
2011/11/7 Raymond O'Donnell <rod@iol.ie>: > On 07/11/2011 20:13, pasman pasmański wrote: >> Hi. >> >> Is any application, which works as www server on client's side, and >> loads pages from postgresql database? (free or commercial) >> > > Many. Depends on what you want to do.... care to be a bit more specific? Wikimedia is a good front end for content management on top of pgsql. It's pretty easy to install to boot. But yeah, we need to know more of what it is OP is trying to do.
Thanks for reply. I have simple www server. Today postgres and www server are on single computer. Plan is to reduce cpu consumption by client application which translate requests from internet explorer directly to postgres. 2011/11/8, Scott Marlowe <scott.marlowe@gmail.com>: > 2011/11/7 Raymond O'Donnell <rod@iol.ie>: >> On 07/11/2011 20:13, pasman pasmański wrote: >>> Hi. >>> >>> Is any application, which works as www server on client's side, and >>> loads pages from postgresql database? (free or commercial) >>> >> >> Many. Depends on what you want to do.... care to be a bit more specific? > > Wikimedia is a good front end for content management on top of pgsql. > It's pretty easy to install to boot. But yeah, we need to know more > of what it is OP is trying to do. > -- ------------ pasman
On 11/07/11 10:25 PM, pasman pasmański wrote: > Thanks for reply. > I have simple www server. > Today postgres and www server are on single computer. Plan is to > reduce cpu consumption by client application which translate requests > from internet explorer directly to postgres. that 'client application' would in fact be a web server. http requests are nothing like SQL transactions. typically, your web server implements an application which uses the database to store the results of whatever it is the web application generates (sales orders, forum pages, etc). -- john r pierce N 37, W 122 santa cruz ca mid-left coast