Migrating from ASP to *nix: Shane does Pg
Shane ponders how to approach the learning curve involved in rip-and-replace of MSSQL Server with PostgreSQL.
http://www.skippingdot.net/2002/10/14
I'm building my OpenACS portability framework on Windows using Cygwin/PostgreSQL, because it's important to me that it work there. I had a couple hiccups with prior releases, but this Pg version actually installed itself in the background. I hit a lot of checkboxes in cygwin's setup utility and it was just there. There was a little bit of tweaking with the ipc-daemon, and an very occasional wedging (once/month), but it works fine for development.
There wasn't much in the way of a learning curve, and all the tools (createuser, pgplsql, pgdump etc) seemed to be there and working. So even if your ultimate deployment environment is unix, I wouldn't dismiss cygwin/postgresql out of hand.
I had emailed Shane to go the third way - use a VMWare linux instance to run headless services (pg/apache/samba), and continue using your familiar tools to edit the native *nix application files. I'm convinced this is the fastest way to go from zero to Linux database developer, and I wrote a paper about it.
9:44:51 PM
|