[imp] Forwards and IMP

Eric Rostetter eric.rostetter at physics.utexas.edu
Thu Oct 9 12:04:58 PDT 2003


Quoting Chris Karwoski <chrisk at lanit.com>:

> forwards button from the IMP one of the following three things happens
>
> 1) The forwards page loads quickly just like it should.

No problem there.

> 2) Only the top portion of the page loads, the rest takes a couple of
> minutes to load

It is trying to fetch the current settings to pre-fill in the form.  If it
fails, it may wait for a timeout period.  This would be the slowness
you see.

> 3) The entire page takes a couple of minutes to load

Probably the same as #2 above, but influenced by something like page
compression or browser quirks.

> Any time the forwards module is hung up the rest of IMP is unresponsive
> as well.

You mean, I hope, for that one user?

> If the forwards page loads successfully I can set or remove a forward
> quickly so there doesn't appear to be a problem with forwards
> interacting with the ftp server (vsftpd).  It just seems to be a problem
> with loading or leaving the forwards page.
>
> Any idea what's going on?

My guess is that the ftp connection to retrive the current values is failing,
and your ftp server connection takes a while to timeout, causing the delay
you see.  You can verify this by not having it check the current settings,
and see if the problem goes away.

You can do this by disabling "isEnabledForwarding()" in the ftp class file.

> Chris Karwoski
> LANIT Consulting, Inc.
> 573-817-1431

--
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!


More information about the imp mailing list