Re: Shall I use pgsql on Windows for a productive system?

From: "joek hondius" <jhondius(at)rem(dot)nl>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Shall I use pgsql on Windows for a productive system?
Date: 2003-09-29 08:43:19
Message-ID: BPEGLGNPDJFJPGEFPMNGIEGNEPAA.jhondius@rem.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin


I use it for (small) production.
Made a custom cygwin install with only the most needed parts of cygwin.
(Be sure to include the sources to comply with licence)

I tested it extensively first.
Made an install and mimiced heavy traffic/inserts/updates/etc.
I use only standard (but complex) SQL though.

Very stable.
Also do the customers have not a single problem for more than a year running
now.
The app is used every day by lots of users.
A win machine crashed, but that's win for you, db was recovered fine.

BUT!! You only have 63 concurrent connections to your database. Win cannot
have more than 65 processes \w the same name,
and 2 are already taken. Every connection has its own process. Win does not
know fork().
This can become a problem quite fast in case of a web application using
non-pooled database connections.

AND!!
as allways you have to know what you're doing, how en why. So there is a
learning curve.

Greetings from Holland, J Hondius

Browse pgsql-cygwin by date

  From Date Subject
Next Message Olavi Tiimus 2003-09-29 09:01:55 trouble by running 'Initialize PostgreSQL'
Previous Message Bill Pfeiffer 2003-09-28 20:19:30 Re: ipc-daemon2 fails to run as WinXP service