On Mon, Apr 13, 2009 at 2:48 PM, gonzalo diethelm <[email protected]> wrote:
> Hello everyone, this is my first post on this list. > > I have been aware of SEDA for several years now; I believe I first heard > about it on the Avalon (!) mailing list. Ever since then I have > considered it a great choice for a light weight distributed > architecture, where each stage would represent the basic unit of > computation in a distributed process. Funny! Berin Loritsch and I had talked about this at Apache Avalon. Then we started working on what was MINA 0.1 with SEDA in mind at Apache Directory. It's been a long time since then and MINA is nothing like the frameworks we worked on. For prosperity :-D: http://directory.markmail.org/search/?q=SEDA#query:SEDA%20from%3A%22Alex%20Karasulu%22+page:1+mid:a52vlhmb6ug52ine+state:results However you can use MINA to do something that remotely resembles SEDA by how you place multiple ExecutorFilters in the IoFilter chain. None of the SEDA constructs you're looking for though are available in MINA. Cheers! -- Alex Karasulu My Blog :: http://www.jroller.com/akarasulu/ Apache Directory Server :: http://directory.apache.org Apache MINA :: http://mina.apache.org
