Thread

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

    Horak Daniel <horak@mmp.plzen-city.cz> — 1999-08-17T15:57:51Z

    > > It seems that you have found a bug in the cygipc library.  I suggest
    > > reporting it to the author of same...
    > 
    > Yes, but can we expect all NT sites to get the patch before using
    > PostgreSQL?  Is there a workaround we can implement?
    
    The workaround is in my first mail in this thread - it disables the
    preallocation of semaphores (storage/lmgr/proc.c/InitProcGlobal()) in the
    cygwin port.Some patch that will correct the behavior of IPC library is not
    available yet and I don't if it ever can be available (it can be a desing
    problem in the library or Windows internals).
    
    			Dan