2009/6/29 Miklós Szabó <[email protected]>:
> could you tell me how I can maximize the number of ftp client
> connections to the mina apache ftp server?

What numbers are you looking at achieving? We haven't done much
performance work with FtpServer yet (although I'm currently working a
little bit on this). I would say that with some decent hardware,
getting a fair amount of client connections is not you biggest issue.
With the current version, having many clients with open data
connections is harder. Partly because we only allow one passive client
per port (so you need to have many ports open to allow for many
concurrent passive clients). And partly because we do the data
connection using blocking IO, so you will need thread per client.

/niklas

Reply via email to