Re: problem about writeInBackgroundAndNotify

2009-08-23 Thread Richard Frith-Macdonald
On 22 Aug 2009, at 23:23, Riccardo Mottola wrote: Hi, Richard Frith-Macdonald wrote: On 22 Aug 2009, at 04:35, Guo Xu wrote: Hi Richard Thank you very much for your answer. But I have tried it again at a different machine which also have Windows7 Build 7127 platform. All my computer

Re: problem about writeInBackgroundAndNotify

2009-08-23 Thread Richard Frith-Macdonald
On 22 Aug 2009, at 23:23, Riccardo Mottola wrote: Hi, Richard Frith-Macdonald wrote: On 22 Aug 2009, at 04:35, Guo Xu wrote: Hi Richard Thank you very much for your answer. But I have tried it again at a different machine which also have Windows7 Build 7127 platform. All my computer

Re: problem about writeInBackgroundAndNotify

2009-08-23 Thread Riccardo Mottola
Hi, Richard Frith-Macdonald wrote: 1. I start the webserver (I am admin, on linux you need to be root, since it opens port 80) 2. I retrieve a page from it 3. windows firewall notices the port access, I unlock it 4. on the standard output of the gnustep console, I see the response, but

Re: problem about writeInBackgroundAndNotify

2009-08-23 Thread Guo Xu
Hi Richard I directly downloaded the GNUstep setup bin files from http://www.gnustep.org/experience/Windows.html page, I don't know how to apply this change to my environment. So I can't test if it is ok. Should I compile GNUstep environment myself? Can you give me some references. 2009/8/23

Re: problem about writeInBackgroundAndNotify

2009-08-23 Thread Adam Fedor
Unless there has been a binary incompatible change to the library since the last release (which there has not, as far as I know), you can just get the latest base library from SVN (see: http://www.gnustep.org/resources/sources.html) or from the daily-snapshots and compile and install it:

Re: problem about writeInBackgroundAndNotify

2009-08-23 Thread Guo Xu
Thanks a lotI tested the problem, it works fine for me on Windows7 now. Thank you Richard and all. 2009/8/24 Adam Fedor fe...@qwestoffice.net Unless there has been a binary incompatible change to the library since the last release (which there has not, as far as I know), you can just get the

Re: problem about writeInBackgroundAndNotify

2009-08-22 Thread Richard Frith-Macdonald
On 22 Aug 2009, at 04:35, Guo Xu wrote: Hi Richard Thank you very much for your answer. But I have tried it again at a different machine which also have Windows7 Build 7127 platform. All my computer have platform of Windows7, I don't test on any other environment. What about your

Re: problem about writeInBackgroundAndNotify

2009-08-22 Thread Riccardo Mottola
Hi, Richard Frith-Macdonald wrote: On 22 Aug 2009, at 04:35, Guo Xu wrote: Hi Richard Thank you very much for your answer. But I have tried it again at a different machine which also have Windows7 Build 7127 platform. All my computer have platform of Windows7, I don't test on any other

Re: problem about writeInBackgroundAndNotify

2009-08-22 Thread Guo Xu
The behavior you described is exactly the same as me.I also tested it on Windows server2003, It seems all of the Windows platform have the same problem. 2009/8/23 Riccardo Mottola mul...@ngi.it Hi, Richard Frith-Macdonald wrote: On 22 Aug 2009, at 04:35, Guo Xu wrote: Hi Richard

problem about writeInBackgroundAndNotify

2009-08-21 Thread Guo Xu
Hi everyone, I have downloaded the WebServer-1.2.1 example program from http://wiki.gnustep.org/index.php/WebServer. I got a problem. When the browser client visit the server page, like http://localhost, the server didn't give any response, until timeout. I checked the program, I found that if I

Re: problem about writeInBackgroundAndNotify

2009-08-21 Thread Richard Frith-Macdonald
On 21 Aug 2009, at 18:17, Guo Xu wrote: Hi everyone, I have downloaded the WebServer-1.2.1 example program from http://wiki.gnustep.org/index.php/WebServer . I got a problem. When the browser client visit the server page, like http:// localhost, the server didn't give any response, until

Re: problem about writeInBackgroundAndNotify

2009-08-21 Thread Guo Xu
Hi Richard Thank you very much for your answer. But I have tried it again at a different machine which also have Windows7 Build 7127 platform. All my computer have platform of Windows7, I don't test on any other environment. What about your environment? The program of GNUstep I used is