Hello,

When inspecting http://issues.apache.org/jira/browse/FTPSERVER-359 I
noticed that we might have an issue with threading in Ftpserver.

I think we  are using a 'fixed size thread pool' with max-threads=16
for the Executor threadpool in which commands are executed. This would
mean that if we had 16 data transfers currently running , FTPServer
would be blocked until some of these data transfers ended- Is my
understanding correct?

Is this behaviour desirable for us? I don't think that 16 data
transfers are that many, and some users might need to send huge files.

Reply via email to