From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Chris Golden <cgolden(at)gcgrp(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Interface Guidance and Opinions Needed |
Date: | 2006-06-20 14:46:28 |
Message-ID: | 44980A44.8090201@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I would like to scan my database for new orders then do an HTTPS
> post to the provider. I would also like to periodically check for new
> orders/messages from the provider via an HTTPS post and bring them into
> my database (a constant exchange of information). I am wondering if
> something like PHP would be a universal solution, or something similar?
Well honestly, you have just opened a huge thread because everyone is
going to post an opinion on this. So let me be first :)
I would suggest Python. It has excellent XML parsing capabilities, is an
easy language to learn and is widely used.
PHP is common to use but I find that the better you get at development
the more frustrating PHP becomes.
Other suitable languages are Perl, Ruby and Java. I would stay away from
Java due to complexity and overhead. Perl is a mature but potentially
difficult language to those new to the environment. Ruby is just Perl
with a cleaner overall design.
All have their strengths and weaknesses. You should really use whatever
makes you comfortable.
I hope this was helpful.
Sincerely,
--
=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2006-06-20 14:51:00 | Re: help with error message from perl Pg |
Previous Message | Magnus Hagander | 2006-06-20 14:46:00 | Re: psql for winxp? |