Re: Client/Server based on SocketServer and Windows

2009-08-10 Thread Dave Angel
Kiki wrote: Thank you Dennis I'm using 2 differents editor, which may be the cause of such a mess in the indentation. I must admitt that I lazily rely on those (not so bad indeed) editors. "If indentation whas bad they would have tell me" Too bad am i Won't post misindeted code anymore.

Re: Client/Server based on SocketServer and Windows

2009-08-09 Thread Kiki
Thank you Dennis I'm using 2 differents editor, which may be the cause of such a mess in the indentation. I must admitt that I lazily rely on those (not so bad indeed) editors. "If indentation whas bad they would have tell me" Too bad am i Won't post misindeted code anymore. -- http://mail.py

Client/Server based on SocketServer and Windows

2009-08-09 Thread Kiki
Hello list, I've written a small Client/server system. Basically, i'm expecting something like : The client sends every once and a while a small data chunk (not more than 50 bytes) the server receive it and print it. Here is the server request handler : class ThreadedTCPRequestHandlerFoo(SocketS