Re: Using Postgresql as application server - Mailing list pgsql-general

From Dimitri Fontaine
Subject Re: Using Postgresql as application server
Date
Msg-id m2zkit5up6.fsf@2ndQuadrant.fr
Whole thread Raw
In response to Using Postgresql as application server  (c k <shreeseva.learning@gmail.com>)
List pgsql-general
[edited]

Merlin Moncure <mmoncure@gmail.com> writes:
>>>>  http://asmith.id.au/mod_libpq.html
>> http://asmith.id.au/source/mod_libpq2.c
>
> node.js is even thinner.
>
> node.js is single threaded and 100% asynchronous which fits very nice
> with libpq which is at heart a single threaded asynchronous library.

Sure.  Elnode shares this design, and yaws more seriously so.  I
wouldn't pick mod_libpq myself.

  http://nic.ferrier.me.uk/blog/2010_10/elnode
  http://yaws.hyber.org/

Just saying that the thin web server layer that directly hands the
request to the database has been existing in PostgreSQL land for a long
time already, no need to resort to other proprietary architectures here.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Problem importing a csv file
Next
From: Merlin Moncure
Date:
Subject: Re: Using Postgresql as application server