Return-Path: Delivered-To: apmail-mina-dev-archive@www.apache.org Received: (qmail 1711 invoked from network); 5 Oct 2007 08:54:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 08:54:45 -0000 Received: (qmail 82833 invoked by uid 500); 5 Oct 2007 08:51:08 -0000 Delivered-To: apmail-mina-dev-archive@mina.apache.org Received: (qmail 82806 invoked by uid 500); 5 Oct 2007 08:51:08 -0000 Mailing-List: contact dev-help@mina.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mina.apache.org Delivered-To: mailing list dev@mina.apache.org Received: (qmail 82794 invoked by uid 99); 5 Oct 2007 08:51:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 01:51:08 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 08:51:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A166A71422C for ; Fri, 5 Oct 2007 01:50:50 -0700 (PDT) Message-ID: <29163509.1191574250641.JavaMail.jira@brutus> Date: Fri, 5 Oct 2007 01:50:50 -0700 (PDT) From: "Trustin Lee (JIRA)" To: dev@mina.apache.org Subject: [jira] Commented: (DIRMINA-375) Synchronous Client API In-Reply-To: <10701697.1178981595833.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRMINA-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532598 ] Trustin Lee commented on DIRMINA-375: ------------------------------------- No objection? This is the last call. I will proceed as I mentioned above soon. :) > Synchronous Client API > ---------------------- > > Key: DIRMINA-375 > URL: https://issues.apache.org/jira/browse/DIRMINA-375 > Project: MINA > Issue Type: New Feature > Reporter: Brad Harvey > Fix For: 2.0.0-M1 > > Attachments: EchoClient.java, minaClient.patch, SumUpClient.java > > > Hi, > There was mention of a synchronous client api for MINA on the mailing list, so I thought I'd offer my implementation. > http://www.nabble.com/forum/ViewPost.jtp?post=10445399&framed=y > As far as I can tell it works, but I've never given it a good run under heavy load. The areas I think could use some review are: > Connection - possible to use generics? Only makes sense if you can tie it to what the filters are doing I think. > ConnectionFactoryImpl - is the managedSessions processing required? > SequentialExecutor/DaemonThreadFactory - are there better/pre existing ways of doing these? > Connection/NonBlockingConnection - any point having them separate? Did this initially for JCA resource adapter idea - didn't want to offer non blocking to EJB clients. > Regards, > Brad. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.