RE: Exception on upload

"Bauer, Georg" <[email protected]> Wed, 7 Apr 2004 10:40:51 +0200
Newsgroups gmane.comp.python.pyds.user
Message-ID <[email protected]>
Hi!

> Background thread exception PyDS.timeoutsocket.Timeout: Recv 
> timed outException instance __dict__: {'args': ('Recv timed out',)}

This is because the default timeout in PyDS for socket operations is 20
seconds. This might be to small for your situation. The current CVS version
uses a default of 30 seconds and can be configured for higher timeout values
if needed.

> Another complaint is that PyDS can be quite slow to respond 
> to the browser sometimes.

I would need what situations this happens in - there is one known problem
with the current release that if you access PyDS after some time of
inactivity, it instantiates internal structures. This initialization takes
some time and so PyDS get's a delay in this access. Access afterwards should
be fast again, until you have some time of inactivity again. This is removed
in the current CVS version.

bye, Georg