You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Julien Vermillard <jv...@gmail.com> on 2011/12/05 10:20:07 UTC

Re: funding for multicast support in mina 2.0

On Mon, Dec 5, 2011 at 7:14 AM, Kokotovich, Jaya
<Ja...@goodrich.com> wrote:
> Hello,
>
>
>
> I am looking to fund someone to develop multicast support in mina 2.0.
>
> We are happy to fund it and have it contributed back to the open source
> mina repository.
>
>
> Thank you.
>

The problem with multicast is the lack of support in NIO & JDK1.6
(it's now in NIO.2).
You'll need JDK7.

There is some really *hacky* possibility if you want to use it with JDK 6:
http://www.mernst.org/blog/archives/12-01-2006_12-31-2006.html

Anyway I'm sure there is some guys here who can do it :)

Julien