[XML-SIG] Advice on how to deal with locking problems using python-wrapped C libs in MT frameworks like Zope/Twisted?
Mark Bucciarelli
mark@easymailings.com
Mon, 24 Mar 2003 09:23:57 -0500
On Monday 24 March 2003 2:29 am, Craeg K Strong wrote:
> Martin v. L=F6wis wrote:
> >Craeg K Strong <cstrong@arielpartners.com> writes:
> >>I am noticing lockup/timeout behavior whenever the integration
> >>framework calls back out to Zope.
[...]
> >>My question: has anyone else had to deal with such issues?
> >
> >Most certainly. Usually, a slowdown is caused by somebody trying
> > to resolve URLs, contacting remote systems in the process.
>
> Yes. But these problems are occuring in my unit test suite. All
> of my unit tests refer to local URLs
> either absolute "localhost:8080/foo/bar...."
Does the behavior change if you use 127.0.0.1 instead of localhost?
Mark