Re: Embedding postgresql in my application

From: Murray Cumming <murrayc(at)murrayc(dot)com>
To: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
Cc: pgsql-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Embedding postgresql in my application
Date: 2006-12-16 12:11:56
Message-ID: 1166271116.5923.27.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Sat, 2006-12-16 at 18:55 +0700, Jeroen T. Vermeulen wrote:
> Ah--I had not understood that you wanted to access the database
> remotely.
> But in that case, in what sense would the database be "embedded" in
> your
> application!?

It's not the best word, I guess. I just wanted to express that I'd be
using Postgres only for my application, without using the system's
regular Postgres installation/configuration.

My aims are:

- The user doesn't need to be clever or patient enough to install and
configure postgres to support TCP/IP connections. This is unnecessarily
difficult on most distros:
http://www.glom.org/wiki/index.php?title=Initial_Postgres_Configuration
The file-opening experience would then be the same as when opening a
FileMaker or Access file.

- I can make choices about the default connection policy without
interfering with the connection policy wanted by other applications that
use postgres, or with the default policy wanted (understandably) by the
disto packager.

- The Glom "system" (the database plus the UI description, etc) can be
copied and started on a different computer easily.

- The first user to open a Glom file becomes the server for that .glom
file, and other users connect to that first client (the server). This is
how FileMaker works. A central server, for better performance, is then
an extra choice that can be used when wanted.

--
Murray Cumming
murrayc(at)murrayc(dot)com
www.murrayc.com
www.openismus.com

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Murray Cumming 2006-12-19 15:36:53 Re: Embedding postgresql in my application
Previous Message Jeroen T. Vermeulen 2006-12-16 11:55:51 Re: Embedding postgresql in my application