Re: Using Postgresql as application server

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Using Postgresql as application server
Дата
Msg-id m2zkit5up6.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Using Postgresql as application server  (c k <shreeseva.learning@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Problem importing a csv file
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Using Postgresql as application server