I don't think that was intended. If this is in fact an issue, we should probably consider adding a configuration option such as maxThreads as the default max we choose may not be the best in all cases.
Regards, Sai Pullabhotla On Tue, Mar 30, 2010 at 3:29 AM, David Latorre <[email protected]> wrote: > 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. >
