Re: MINA & Web Containers

2007-05-21 Thread Maarten Bosteels
Matt, If you only need a servlet container, you can use jetty or tomcat and use whatever thread model you like. But if your MINA app must run inside a full-blown J2EE server like WebSphere then you probably need to use the WorkManager as Peter suggested. On 5/22/07, peter royal <[EMAIL PROTECTE

Re: article about More New I/O APIs for Java

2007-05-21 Thread James Im
In the end, when talking about the asynchronous API versus the non-blocking API, I didn't get which one will give the best performance. Is he saying that it depends on the os? peter royal wrote: http://www.artima.com/lejava/articles/more_new_io.html -pete ___

Fwd: Maven remote repository - AsyncWeb

2007-05-21 Thread jing hez
Hi Do you think it is a good idea to make AsyncWeb available in Maven remote repository? -- Forwarded message -- From: Wayne Fay <[EMAIL PROTECTED]> Date: May 22, 2007 1:50 PM Subject: Re: Maven remote repository - AsyncWeb To: Maven Users List <[EMAIL PROTECTED]> If you would

Re: article about More New I/O APIs for Java

2007-05-21 Thread Mark Webb
very cool stuff. On 5/21/07, peter royal <[EMAIL PROTECTED]> wrote: http://www.artima.com/lejava/articles/more_new_io.html -pete -- [EMAIL PROTECTED] - http://fotap.org/~osi -- ..Cheers Mark

article about More New I/O APIs for Java

2007-05-21 Thread peter royal
http://www.artima.com/lejava/articles/more_new_io.html -pete -- [EMAIL PROTECTED] - http://fotap.org/~osi smime.p7s Description: S/MIME cryptographic signature

Re: MINA & Web Containers

2007-05-21 Thread peter royal
On May 21, 2007, at 7:07 AM, Matt Mehalso wrote: Has anyone had any success using Mina within a WebContainer, such as WebSphere? Is there any way to configure Mina to run in a single thread, or to integrate the framework with a WorkManager (container-managed thread pool)? using the constr

RE: MINA & Web Containers

2007-05-21 Thread César García
Try MINA JMX Example. Regards -Mensaje original- De: Matt Mehalso [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 21 de Mayo de 2007 10:07 a.m. Para: dev@mina.apache.org Asunto: MINA & Web Containers Has anyone had any success using Mina within a WebContainer, such as WebSphere? Is there

Re: MINA & Web Containers

2007-05-21 Thread Matt Mehalso
Hi Maarten, Thank you for the information. I thought the servlet spec stated that the ability to spawn threads in a J2EE container could not be relied upon. I'm not sure how WebSphere would behave in this situation. Our communication spec guarantees a synchronous request/response protocol, so

Re: MINA & Web Containers

2007-05-21 Thread Maarten Bosteels
Hi Matt, I am not sure I understand/problem your question eniterly. We are running a MINA server within tomcat. The application is a regular web app (with spring controllers etc for admin functions) that happens to also start a MINA SocketAccepor (on another port obviously) Our application is n

MINA & Web Containers

2007-05-21 Thread Matt Mehalso
Has anyone had any success using Mina within a WebContainer, such as WebSphere? Is there any way to configure Mina to run in a single thread, or to integrate the framework with a WorkManager (container-managed thread pool)? The reason that I ask is that we have a requirement to answer some web r

Re: [jira] Commented: (DIRMINA-344) Maybe I met a deadlock.

2007-05-21 Thread Rankorn
Hi Trustin Since teh 5/14, a lot of things happen, and the most important one was that I have MY bug and fixed it. After hard investigation, I have found that the CLOSE_WAIT problem occurs because my server SocketAcceptorIoProcessor threads are stcuked in a deadlock due to using a write lock whi

[jira] Created: (DIRMINA-380) Invocation chaining for IoFuture

2007-05-21 Thread Trustin Lee (JIRA)
Invocation chaining for IoFuture Key: DIRMINA-380 URL: https://issues.apache.org/jira/browse/DIRMINA-380 Project: MINA Issue Type: New Feature Components: Core Reporter: Trustin Lee