Re: [ADMIN] [GENERAL] Using Postgresql as application server

2011-08-13 Thread Chris Travers
Hi CK: First, it depends on what you mean by an application server. There are people who in fact do very similar things with PostgreSQL, essentially having it take on roles traditionally served by middleware. On Sat, Aug 13, 2011 at 8:57 AM, c k wrote: > Dear Postgres users, > from last few mon

Re: [ADMIN] Using Postgresql as application server

2011-08-13 Thread s...@bestmx.ru
can u please give me it's link. I found ngx_postgres module. there is nginx_htttp_postgresql_module exactly to connect webserver directly to postgresql and to OUTPUT query result to a browser. http://wiki.nginx.org/3rdPartyModules http://labs.frickle.com/nginx_ngx_postgres/ -- Se

Re: [ADMIN] Using Postgresql as application server

2011-08-13 Thread c k
can u please give me it's link. I found ngx_postgres module. Chaitanya Kulkarni On Sun, Aug 14, 2011 at 12:14 AM, s...@bestmx.ru wrote: > c k wrote: > >> Yes, I know that I can not create a simple web application using only >> postgresql because we need a web server to server the html content.

Re: [ADMIN] Using Postgresql as application server

2011-08-13 Thread s...@bestmx.ru
c k wrote: Yes, I know that I can not create a simple web application using only postgresql because we need a web server to server the html content. u r wrong. u CAN! there is nginx_htttp_postgresql_module exactly to connect webserver directly to postgresql and to OUTPUT query result to a brows

Re: [ADMIN] Using Postgresql as application server

2011-08-13 Thread c k
Yes, I know that I can not create a simple web application using only postgresql because we need a web server to server the html content. I not going to add web server functionalities to postgresql, but just want to use existing features. I would like to generate content dynamically. I want minimu

Re: [ADMIN] Using Postgresql as application server

2011-08-13 Thread s...@bestmx.ru
c k wrote: from last few months I am reading and searching for can postgresql used as application server? So i am thinking if I can use postgresql as web application server. I request to users and developers give your suggestions and opinions. Waiting for your replies. Yes! Yes And Yes, my fr

Re: [ADMIN] [GENERAL] Using Postgresql as application server

2011-08-13 Thread David Johnston
On Aug 13, 2011, at 11:57, c k wrote: > Dear Postgres users, > from last few months I am reading and searching for can postgresql used as > application server? As postgresql supports many languages like pl/perl, > pl/python etc, supports dblink like functions to connect to other postgresql >

[ADMIN] Using Postgresql as application server

2011-08-13 Thread c k
Dear Postgres users, from last few months I am reading and searching for can postgresql used as application server? As postgresql supports many languages like pl/perl, pl/python etc, supports dblink like functions to connect to other postgresql servers and now features are in development to use ext