From: | Jason Tishler <jason(at)tishler(dot)net> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | Narayan Murthy K S <narayan(dot)murthy(at)wipro(dot)com>, pgsql-cygwin(at)postgresql(dot)org |
Subject: | Re: Some information required |
Date: | 2002-11-06 19:19:13 |
Message-ID: | 20021106191912.GB1584@tishler.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin |
On Wed, Nov 06, 2002 at 06:25:53PM +0100, Peter Eisentraut wrote:
> Narayan Murthy K S writes:
> > If you look at the last line it says " use of PostgreSQL in a Cygwin
> > environment is not recommended" - why is this so. What are the
> > problems that one could encounter when using PostgreSQL under the
> > cygwin environment.
>
> If the author doesn't provide an explanation for this statement then
> he's just spreading rumors.
Agreed.
> PostgreSQL on Cygwin works fine.
However, to be fair there are issues:
o maximum of 63 backends
o greater than "normal" connection delays
All of the above are due to Cygwin's attempt to map fork() semantics
onto Win32 APIs -- which is no easy feat.
Jason
--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6
From | Date | Subject | |
---|---|---|---|
Next Message | Florian Litot | 2002-11-07 10:15:50 | trace |
Previous Message | Jason Tishler | 2002-11-06 19:11:10 | Re: mmaps_after_fork... |