[jira] Closed: (DIRMINA-633) ProrocolCodecFilter does not swallow the complete received buffer

2008-10-29 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny closed DIRMINA-633. - > ProrocolCodecFilter does not swallow the complete received buffer > --

[jira] Resolved: (DIRMINA-633) ProrocolCodecFilter does not swallow the complete received buffer

2008-10-29 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-633. --- Resolution: Fixed Fixed with : http://svn.apache.org/viewvc?rev=709044&view=rev The

[jira] Created: (DIRMINA-633) ProrocolCodecFilter does not swallow the complete received buffer

2008-10-29 Thread Emmanuel Lecharny (JIRA)
ProrocolCodecFilter does not swallow the complete received buffer - Key: DIRMINA-633 URL: https://issues.apache.org/jira/browse/DIRMINA-633 Project: MINA Issue Type: Bug Aff

Re: FtpServer thread model?

2008-10-29 Thread Emmanuel Lecharny
Niklas Gustavsson wrote: On Wed, Oct 29, 2008 at 3:27 AM, Erix Yao <[EMAIL PROTECTED]> wrote: I see. But according to Scalable Java I/O, I think using a reactor pattern and SEDA will help improve the performance. As Emmanuel pointed out, MINA is based on the reactor pattern. As for SED

Re: Where is the code responsible for the file transfer in FTPServer?

2008-10-29 Thread Niklas Gustavsson
On Wed, Oct 29, 2008 at 3:20 AM, Erix Yao <[EMAIL PROTECTED]> wrote: > I am reading the source code of the FTPServer, But I don't know which class > is responsible for the file transfer, or how the server implement the file > transfer functionality? > Can anybody help me? The best place to start i

Re: Where is the code responsible for the file transfer in FTPServer?

2008-10-29 Thread Niklas Gustavsson
On Wed, Oct 29, 2008 at 2:38 PM, Sisk, Brad <[EMAIL PROTECTED]> wrote: > FtpServer uses the standard, J2SE Socket class, as do most servers and > clients, for network streaming of data. This is part of the J2SE class > library java.net package (java.net.Socket, and java.net.ServerSocket). > A good

[jira] Updated: (FTPSERVER-201) docs/installation.html seems to be outdated

2008-10-29 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson updated FTPSERVER-201: Fix Version/s: 1.0-M4 Assignee: Niklas Gustavsson > docs/installation.h

[jira] Updated: (FTPSERVER-200) The docs in the M3 distribution show M2 to be the latest release

2008-10-29 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson updated FTPSERVER-200: Fix Version/s: 1.0-M4 Assignee: Niklas Gustavsson > The docs in the M3

Re: FtpServer thread model?

2008-10-29 Thread Niklas Gustavsson
On Wed, Oct 29, 2008 at 3:27 AM, Erix Yao <[EMAIL PROTECTED]> wrote: > I see. But according to Scalable Java I/O, I think using a reactor pattern > and SEDA will help improve the performance. As Emmanuel pointed out, MINA is based on the reactor pattern. As for SEDA, I'm not convinced that it's a

Re: misc. distribution quirks

2008-10-29 Thread Niklas Gustavsson
Thanks a lot, I'll schedule all of these for M4. /niklas On Wed, Oct 29, 2008 at 7:46 PM, A. Rothman <[EMAIL PROTECTED]> wrote: > > Added as separate issues. > > > Regarding the admin GUI issues (FTPSERVER-201 > and FTPSERVER-205) - > I'm not

Re: misc. distribution quirks

2008-10-29 Thread A. Rothman
Added as separate issues. Regarding the admin GUI issues (FTPSERVER-201 and FTPSERVER-205) - I'm not sure what's supposed to be distributed and what not, if it's outdated or just forgotten, or whether I just missed something - so pls rev

[jira] Created: (FTPSERVER-205) missing user management docs

2008-10-29 Thread Amichai Rothman (JIRA)
missing user management docs Key: FTPSERVER-205 URL: https://issues.apache.org/jira/browse/FTPSERVER-205 Project: FtpServer Issue Type: Bug Affects Versions: 1.0-M3 Reporter: Amichai Rothman The

[jira] Created: (FTPSERVER-204) sample ftpd-full.xml formatting is messed up

2008-10-29 Thread Amichai Rothman (JIRA)
sample ftpd-full.xml formatting is messed up Key: FTPSERVER-204 URL: https://issues.apache.org/jira/browse/FTPSERVER-204 Project: FtpServer Issue Type: Bug Affects Versions: 1.0-M3

[jira] Created: (FTPSERVER-203) javadoc links are broken

2008-10-29 Thread Amichai Rothman (JIRA)
javadoc links are broken Key: FTPSERVER-203 URL: https://issues.apache.org/jira/browse/FTPSERVER-203 Project: FtpServer Issue Type: Bug Affects Versions: 1.0-M3 Environment: The JavaDoc links between the

[jira] Created: (FTPSERVER-202) configuration sections in docs

2008-10-29 Thread Amichai Rothman (JIRA)
configuration sections in docs -- Key: FTPSERVER-202 URL: https://issues.apache.org/jira/browse/FTPSERVER-202 Project: FtpServer Issue Type: Improvement Affects Versions: 1.0-M3 Reporter: Amichai R

[jira] Created: (FTPSERVER-201) docs/installation.html seems to be outdated

2008-10-29 Thread Amichai Rothman (JIRA)
docs/installation.html seems to be outdated Key: FTPSERVER-201 URL: https://issues.apache.org/jira/browse/FTPSERVER-201 Project: FtpServer Issue Type: Bug Affects Versions: 1.0-M3

[jira] Created: (FTPSERVER-200) The docs in the M3 distribution show M2 to be the latest release

2008-10-29 Thread Amichai Rothman (JIRA)
The docs in the M3 distribution show M2 to be the latest release Key: FTPSERVER-200 URL: https://issues.apache.org/jira/browse/FTPSERVER-200 Project: FtpServer Issue Type: Bug

RE: Where is the code responsible for the file transfer in FTPServer?

2008-10-29 Thread Sisk, Brad
FtpServer uses the standard, J2SE Socket class, as do most servers and clients, for network streaming of data. This is part of the J2SE class library java.net package (java.net.Socket, and java.net.ServerSocket). A good place to start looking at how the sockets are initialized and used are the (Min

Re: FtpServer thread model?

2008-10-29 Thread Emmanuel Lecharny
Erix Yao wrote: I see. But according to Scalable Java I/O, I think using a reactor pattern and SEDA will help improve the performance. MINA has been implemented based on the reactor pattern. The fact that you have an executorFilter at the beginning of the chain is not related to this pattern