Re: socket problem and html problem

2010-10-14 Thread Stefan Behnel
bussiere bussiere, 11.10.2010 08:30: here is my code and two questions : why it says to me that i can't bind the socket ? normally it had closed it and kill it :/ and why it returns me plain text and not html ? I think the reason why no-one answered yet is that it's not immediately clear what

Re: socket problem

2009-03-02 Thread Jean-Paul Calderone
On Mon, 2 Mar 2009 06:40:57 -0800 (PST), step wrote: my server program is writed with c in windows using mingw,using "select" model client is writed with python the problem is , when the client connect the server, the function FD_ISSET(cilentfd,&set) always true, but it hvae read no data, i a