Re: GTK+, CYGWIN & MSW [oops]

2005-04-10 Thread kraken+spam
I have finally got an application to compile under cygwin, but to run it I have to launch the X server, 'startx' to be able to run the program under cygwin. However, I am not able to run the program form windows, I have added the 'cygwin.dll' and 'cygX11-6.dll' directories to the 'autoexec.bat' '%p

Re: ipc, sockets and windows sp2

2005-04-09 Thread kraken+spam
it works for me too for the testcase i provided last time. But there is still some issues when you run several semaphore-using program at the same time. Again the thread synchronization was the culprit. I reworked it once again and I ran your testcase 5 times concurrently with different sleep val

Re: ipc, sockets and windows sp2

2005-04-08 Thread kraken+spam
On Apr 4 18:05, Vincent Dedun wrote: grepping cygserver debug output, show that, with 2 child process sharing mutex, wakeup is called first, then 2 msleep are called. So when msleep is called, wakeup has already been called, and msleep has to sleep forever. What you see is intermixed debug output