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 not single-threaded though, the servlet spec does not
forbid you to start new threads.
IIRC, entreprise beans (Entity beans and session beans) are not allowed to
start new threads.

Maarten

On 5/21/07, Matt Mehalso <[EMAIL PROTECTED]> 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)?

The reason that I ask is that we have a requirement to answer some web
requests with information from a remote system.  We must conform to
existing
specifications regarding the connection with this system, and thus are
confined to tcp/ip socket request/response messaging.

Thanks,

Matt

Reply via email to