RE: [HACKERS] backend freezeing on win32 fixed (I hope ;-) )

From: Horak Daniel <horak(at)mmp(dot)plzen-city(dot)cz>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "'pgsql-hackers(at)postgreSQL(dot)org'" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: RE: [HACKERS] backend freezeing on win32 fixed (I hope ;-) )
Date: 1999-08-17 13:44:17
Message-ID: 2E7F82FAC1FCD2118E1500A024B3BF907DED40@exchange.mmp.plzen-city.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Horak Daniel <horak(at)mmp(dot)plzen-city(dot)cz> writes:
> > I have tested my solution a bit more and I have to say that
> reusing a
> > semaphore by a new backend works OK. But it is not possible
> for a newly
> > created backend to use a semaphore allocated by postmaster
> (it freezes on
> > test if the semaphore with given key already exists - done with
> > semId=semget(semKey, 0, 0) in function IpcSemaphoreCreate() in
> > storage/ipc/ipc.c ). Why it is, I don't know, but it seems
> that my solution
> > uses the ipc library in the right way.
>
> It seems that you have found a bug in the cygipc library. I suggest
> reporting it to the author of same...

Or it can be a feature ;-) But before it will be fixed (if it can be fixed)
I would like to see my patch it the sources. It is very simple, without
negative effects... The win32 port will be more stable than it is now. We
still can't consider the win32 port to be run in a production environment.

Dan

Browse pgsql-hackers by date

  From Date Subject
Next Message Ansley, Michael 1999-08-17 13:49:26 RE: [HACKERS] Problem with query length
Previous Message Tom Lane 1999-08-17 13:43:36 Re: [HACKERS] Query string lengths