2009/1/8 Rajith Attapattu <[email protected]>:
> While applying the thread abstraction patch to the MINA code, I noticed that
> we also have MINA related classes copied from the Apache Directory project.
> For example MultiThreadSocketConnector and ExistingSocketConnector
> I believe any plan to reduce MINA coupling should takes these classes into
> account as well.

They are part of the coupling to which I was referring.  Basically we
have worked round bugs or performance issues in MINA by putting our
own versions of their classes first in our classpath.  Obviously if
the MINA code changes (as you might expect when upgrading) then this
causes us grief.

> Btw, Rob I believe you had some success with the experiments you did with
> your own NIO impl for the java broker.
> Any plans to introduce these into trunk?
> Also do we have a plan to phase out MINA in the future or do we first want
> to try out their newer versions (after achieving some level of abstraction
> in our IO layer) and see if there are improvements?

I think this is exactly the sort of thread drift Marnie was worried about :-)

-- Rob

>
> Regards,
>
> Rajith
>

Reply via email to