[Zope] FTP Problem
Andreas Jung
Andreas Jung" <andreas@zope.com
Fri, 26 Apr 2002 12:45:46 -0400
----- Original Message -----
From: "Ian J Cottee" <icottee@bluefountain.com>
To: <roel@planetinterior.com>
Cc: <zope@zope.org>
Sent: Friday, April 26, 2002 12:54
Subject: Re: [Zope] FTP Problem
>
> PS I also had the same error once regarding the user limit being
> reached. Only had it once on 2.5.0 and after a restart the problem
> went away.
I assume this is a problem with the FTPLimiter class inside Zope
and maybe some hanging clients. It looks like some FTP connections
remain open. Maybe take a look at FTPServer.py and raise some
of the limites passed as argument to the constructor of the
FTPLimiter class.
-aj