Re: Win32 bug fix

From: Maksim Likharev <MLikharev(at)micropat(dot)com>
To: 'Claudio Natoli' <claudio(dot)natoli(at)memetrics(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Win32 bug fix
Date: 2004-08-26 22:16:26
Message-ID: 001501c48bba$547ccee0$8815a8c0@aurigin.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Compiled and tried,
seems much better, no more WAIT_FAIL errors.

but I have some questions:
1. Is there a any possibility to assign server log file ( option -l,--log )
when PG runs as a service,
I wasn't able to do that, dump everything into stderror or eventlog just
not convenient.

2. What is a theoretical and practical number of the concurrent connection?
I'm asking this question due to following, as right now each child
corresponds to
a thread, problem is thread reserves 1MB of V address space, so
technically we are talking about
2/3K of concurrent connections top, depending of Windows configuration
(3GB flag).
But 2K of connection still pretty decent number comparing to less then 60
for cygwin.

Thanks.

> -----Original Message-----
> From: Claudio Natoli [mailto:claudio(dot)natoli(at)memetrics(dot)com]
> Sent: Wednesday, August 25, 2004 9:20 PM
> To: 'pgsql-patches(at)postgresql(dot)org'
> Cc: 'MLikharev(at)micropat(dot)com'
> Subject: Win32 bug fix
>
>
>
> Could someone please eyeball the attached patch for errors and as a
> correction for:
> http://archives.postgresql.org/pgsql-bugs/2004-08/msg00307.php
>
> Also, could someone (Maksim?) please reproduce the bug on
> their system, and
> then confirm that the patch corrects (as I seem unable to
> reproduce the bug,
> which in itself is a mystery I don't have time to solve :-)
>
> Cheers,
> Claudio
>
> ---
> Certain disclaimers and policies apply to all email sent from
> Memetrics.
> For the full text of these disclaimers and policies see
> <a
> href="http://www.memetrics.com/emailpolicy.html">http://www.me
> metrics.com/em
> ailpolicy.html</a>
>
>
>

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message pgsql 2004-08-26 22:17:34 Contrib Shared varaibles
Previous Message Reini Urban 2004-08-26 16:59:24 Re: postgresql-7.4.5-1 ready for review