inspector morse wrote
> This is just for fun/research, I don't need a web framework because PHP is
> actually picking up the incoming requests and sending it to a pgsql stored
> function. The pgsql will concatenate all the html that is required for the
> page and send it back to PHP to write out to the response.
> 
> My main concern is, since there will be a lot of concatenation in pgsql to
> generate the HTML, would it affect performance?

Then do research.  Implement a somewhat complete example of what you are
thinking in one or more languages/architectures and then run some
performance testing - and make some subjective usability determinations - to
see how they compare to each other.

David J.




--
View this message in context: 
http://postgresql.nabble.com/Application-written-in-pure-pgsql-good-idea-tp5839889p5839933.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to