Norman Maurer wrote:
> Noel J. Bergman schrieb:
>>> mmm, Good, for anything like FixMissingBrackets we need add a
>>> setCommandArgument in SMTPSession to rewrite/intercept the
>>> Argument parsed by core MAIL/RCPT without polute the main code,
>>> right?. (seems like (org.apache.mailet.Mail) setState())
>> Right. Similar approach to a Servlet filter that modifies the request. The
>> code
>> sees the original parameter, fixes it, and passes the fixed parameter
>> downstream.
> That remember me on MINA ;-) I hope we can integrate this later with the
> new stuff you workin at.
That is the point of this particular exercise: whether we use MINA, NIO or
AsyncIO, we need to move away from thread per connection, blocking I/O to event
driven I/O so that we can handle larger numbers of connections in a resource
efficient manner.
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]