plpythonu / using pg as an application server

From: Sim Zacks <sim(at)compulab(dot)co(dot)il>
To: pgsql-general(at)postgresql(dot)org
Subject: plpythonu / using pg as an application server
Date: 2010-06-01 08:01:16
Message-ID: 4C04BE4C.1010502@compulab.co.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

PG 8.2

I am using plpythonu to add application server functionality to my
postgresql database.

For example, I have triggers and functions that FTP files, sends email,
processes files, etc..

Is there any good reason not to include this functionality directly in
the database? (Too much parallel processing, engine not equipped for
that kind of processing, threading issues...)

Thanks
Sim

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Szymon Guz 2010-06-01 08:12:09 Re: plpythonu / using pg as an application server
Previous Message Joachim Worringen 2010-06-01 07:51:28 Re: INSERTing lots of data