When zipping files for download (from
svc-fileupload-struts) in StrutsClientConnector, the
download takes forever. Especially when multiple
files/images/Thumbnails are involved.
The perplexing thing is, the system load is 0. It is
as if there is a timeout waiting to happen after each
file is written. And it seems to be running in sequence.
Also, the Keel server itself is unresponsive to new
requests until after all the images/files are written
to the new socket.
Because of the apparent lockup in Keel during the
write, I am upgrading this bug to a priority 7 (from
normal priority 5).