The finalize method of sun.net.ftp.FtpClient.finalize()
issues a potentially blocking command to the ft server.
If the nextwork is unresponsive, this can block for a very
long time. When this happens, the finalization queue can
get backed up, and eventually cause a java heap exhaustion,
something that was observed at this customer's premises.
See attached email thread.
issues a potentially blocking command to the ft server.
If the nextwork is unresponsive, this can block for a very
long time. When this happens, the finalization queue can
get backed up, and eventually cause a java heap exhaustion,
something that was observed at this customer's premises.
See attached email thread.