Re: xmlrpc: problems with socket handling, close, shutdown of server, TIME_WAIT, ...

2014-05-06 Thread dieter
thomas.lehmann.priv...@googlemail.com writes: > ... > taking the xml-rpc derived from standard example is working - basically - but > with following scenario I do not understand the problem. Maybe you can help: > > - one Unittest that does create the xmlrpc server in a thread >in "setUp" and

xmlrpc: problems with socket handling, close, shutdown of server, TIME_WAIT, ...

2014-05-06 Thread thomas . lehmann . private
Hi, taking the xml-rpc derived from standard example is working - basically - but with following scenario I do not understand the problem. Maybe you can help: - one Unittest that does create the xmlrpc server in a thread in "setUp" and shutdown of it in tearDown. The xml-rcp server does s

Re: problems with socket

2006-12-28 Thread Flávio Ribeiro
any help? dammit :(( 2006/12/27, Flávio Ribeiro <[EMAIL PROTECTED]>: Hi all, I will try to explain my problem, and wait for someone here give me solutions: (sorry for the bad, bad english) I have a server application that talks with another client applications using socket. The problem is

problems with socket

2006-12-28 Thread Flávio Ribeiro
Hi all, I will try to explain my problem, and wait for someone here give me solutions: (sorry for the bad, bad english) I have a server application that talks with another client applications using socket. The problem isnt this, i did and works very well. The problem is open the router po

Host resolution problems with socket module

2005-07-03 Thread Jacob Lee
I'm getting a rather bizarre error while using the socket module. If I start out disconnected from the net and then connect while the program or interpreter session is open, I do not always gain the ability to resolve or connect to hosts by name. Here is the problematic scenario: >>> from socket