[jira] [Resolved] (DIRMINA-438) Multicast support for MINA API

2019-05-24 Thread Jonathan Valliere (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Valliere resolved DIRMINA-438. --- Resolution: Abandoned > Multicast support for MINA

[jira] [Updated] (DIRMINA-438) Multicast support for MINA API

2014-09-07 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRMINA-438: -- Fix Version/s: (was: 2.0.8) 3.0.0-M3 Multicast support

[jira] [Commented] (DIRMINA-438) Multicast support for MINA API

2014-09-07 Thread Emmanuel Lecharny (JIRA)
support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira/browse/DIRMINA-438 Project: MINA Issue Type: New Feature Components: Core Reporter: Julien Vermillard

[jira] [Updated] (DIRMINA-438) Multicast support for MINA API

2012-10-10 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRMINA-438: -- Fix Version/s: (was: 2.0.6) 2.0.8 Multicast support

Re: funding for multicast support in mina 2.0

2011-12-21 Thread Emmanuel Lécharny
On 12/21/11 5:39 PM, Frédéric Menou wrote: Hello, If I use jdk7, is it hard to adapt Mina 2.0.x to let me use multicast? It should be quite easy : you have to grab the DatagramChannel, and to do : NetworkInterface interf = NetworkInterface.getByName(your interface name );

[jira] [Commented] (DIRMINA-438) Multicast support for MINA API

2011-12-06 Thread Alex C (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13163527#comment-13163527 ] Alex C commented on DIRMINA-438: What is the likely date for MINA Multicast support

Re: funding for multicast support in mina 2.0

2011-12-05 Thread Julien Vermillard
On Mon, Dec 5, 2011 at 7:14 AM, Kokotovich, Jaya jaya.kokotov...@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

[jira] [Updated] (DIRMINA-438) Multicast support for MINA API

2011-08-30 Thread Julien Vermillard (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Vermillard updated DIRMINA-438: -- Fix Version/s: (was: 3.0.0-M1) 2.0.6 Multicast support

[jira] Commented: (DIRMINA-438) Multicast support for MINA API

2009-02-19 Thread Julien Vermillard (JIRA)
to multicast, same behavior in unicast ? Multicast support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira/browse/DIRMINA-438 Project: MINA Issue Type: New Feature Components: Core

[jira] Commented: (DIRMINA-438) Multicast support for MINA API

2009-02-19 Thread Emmanuel Lecharny (JIRA)
YourKit memory snapshots to be able to determinate which objects are being 'lost'... Multicast support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira/browse/DIRMINA-438 Project: MINA

[jira] Issue Comment Edited: (DIRMINA-438) Multicast support for MINA API

2009-02-19 Thread Lorenz Breu (JIRA)
multicast groups under windows, although all calls to tomcat native and apr return APR_SUCCESS... the same code on the same machine booted to linux however works fine Multicast support for MINA API --- Key: DIRMINA-438 URL: https

[jira] Commented: (DIRMINA-438) Multicast support for MINA API

2009-02-19 Thread Lorenz Breu (JIRA)
to linux however works fine Multicast support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira/browse/DIRMINA-438 Project: MINA Issue Type: New Feature Components: Core

[jira] Commented: (DIRMINA-438) Multicast support for MINA API

2009-02-19 Thread Julien Vermillard (JIRA)
for the mem-leak problem. For windows multicast joining, the problem is probably deeper, in APR surely. Multicast support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira/browse/DIRMINA-438 Project

[jira] Commented: (DIRMINA-438) Multicast support for MINA API

2009-01-30 Thread Jan S. Rellermeyer (JIRA)
a multicast support based on APR and Tomcat-Native. The patch follows. Currently, the patch depends on bug tomcat-native #46457 to be fixed. Multicast support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira/browse

[jira] Updated: (DIRMINA-438) Multicast support for MINA API

2009-01-30 Thread Jan S. Rellermeyer (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan S. Rellermeyer updated DIRMINA-438: --- Attachment: diff.txt patch Multicast support for MINA API

[jira] Updated: (DIRMINA-438) Multicast support for MINA API

2008-11-21 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRMINA-438: -- Fix Version/s: 3.0.0-M1 Postponed to 3.0 Multicast support for MINA API

[jira] Commented: (DIRMINA-438) Multicast support for MINA API

2008-10-13 Thread Julien Vermillard (JIRA)
to implements multicast : - use NIO2, (jdk1.7) wich is supposed to support multicast - use APR transport which is half finished, but is supporting multicast NIO actually lack support for multicast Multicast support for MINA API --- Key: DIRMINA-438

[jira] Commented: (DIRMINA-438) Multicast support for MINA API

2008-10-13 Thread Lorenz Breu (JIRA)
touched since November 07. I have just started my MSc thesis and will be working on apache Directory and MINA among other things. My first task, so to speak, is to add multicast support to MINA. Has anyone been doing any work on this lately? Multicast support for MINA API

[jira] Commented: (DIRMINA-438) Multicast support for MINA API

2008-10-13 Thread Lorenz Breu (JIRA)
on this project I still have no idea how APR, MINA, NIO and co. actually work, so I will fight my way through some code and look into it. Multicast support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira

[jira] Issue Comment Edited: (DIRMINA-438) Multicast support for MINA API

2008-10-13 Thread Lorenz Breu (JIRA)
on this project I still have no idea how APR, MINA, NIO and co. actually work, so I will fight my way through some code and look into it. Multicast support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira/browse/DIRMINA

RE: Multicast Support for MINA

2008-04-03 Thread Jan S. Rellermeyer
: Donnerstag, 3. April 2008 10:15 To: dev@mina.apache.org Subject: Re: Multicast Support for MINA I don't have time to mentor anyone right now. Someone could add the project? I believe it will be a great experience. Jan S. Rellermeyer wrote: Yes, I saw this. So, should we add the project

RE: Multicast Support for MINA

2008-04-02 Thread Jan S. Rellermeyer
[mailto:[EMAIL PROTECTED] Sent: Dienstag, 1. April 2008 17:39 To: dev@mina.apache.org Subject: Re: Multicast Support for MINA Hi, GSoC deadline is extended until April 7. See http://code.google.com/soc Bogdan On Tue, Apr 1, 2008 at 8:24 AM, Mike Heath [EMAIL PROTECTED] wrote

Re: Multicast Support for MINA

2008-04-01 Thread Julien Vermillard
Hi, APR is supporting multicast, so I think it's doable without resurrecting evil bio :) Julien On Mon, 31 Mar 2008 23:24:22 -0600 Mike Heath [EMAIL PROTECTED] wrote: This is one of the reasons why adding a blocking I/O MINA transport was on my list of GSoC projects. We need to be able to

Re: Multicast Support for MINA

2008-04-01 Thread Bogdan Ciprian Pistol
Hi, GSoC deadline is extended until April 7. See http://code.google.com/soc Bogdan On Tue, Apr 1, 2008 at 8:24 AM, Mike Heath [EMAIL PROTECTED] wrote: This is one of the reasons why adding a blocking I/O MINA transport was on my list of GSoC projects. We need to be able to support blocking

RE: Multicast Support for MINA

2008-03-31 Thread Jan S. Rellermeyer
Support for MINA hello it's good ideas, so i can help you ! thanks islam On 3/31/08, Alex Karasulu [EMAIL PROTECTED] wrote: Sounds good I hope we have some takers. I think a few people on mina-dev were interested in Multicast support. It's probably something we'd like to add

Re: Multicast Support for MINA

2008-03-31 Thread islam alnaggar
[mailto:[EMAIL PROTECTED] Sent: Montag, 31. März 2008 14:07 To: dev@mina.apache.org Subject: Re: Multicast Support for MINA hello it's good ideas, so i can help you ! thanks islam On 3/31/08, Alex Karasulu [EMAIL PROTECTED] wrote: Sounds good I hope we have some takers. I

Re: Multicast Support for MINA

2008-03-31 Thread Trustin Lee
Hi Jan, Thanks for the great idea (=SoC). I don't have enough time these days to be a mentor of a project unfortunately, but I'd like to encourage anyone to volunteer to be a mentor of this project. Then we could announce something. I also want to know what Mike thinks about this proposal. Or

Re: Multicast Support for MINA

2008-03-31 Thread Mike Heath
This is one of the reasons why adding a blocking I/O MINA transport was on my list of GSoC projects. We need to be able to support blocking I/O in order to support multicast. Once we do support blocking I/O support multicast will be trivial. Unfortunately, I only applied for the Async HTTP

[jira] Updated: (DIRMINA-438) Multicast support for MINA API

2007-11-16 Thread Julien Vermillard (JIRA)
for finishing APR support. Multicast support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira/browse/DIRMINA-438 Project: MINA Issue Type: New Feature Components: Core

[jira] Updated: (DIRMINA-438) Multicast support for MINA API

2007-11-15 Thread Trustin Lee (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trustin Lee updated DIRMINA-438: Fix Version/s: (was: 2.0.0-M1) Multicast support for MINA API

[jira] Updated: (DIRMINA-438) Multicast support for MINA API

2007-11-15 Thread Trustin Lee (JIRA)
. Multicast support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira/browse/DIRMINA-438 Project: MINA Issue Type: New Feature Components: Core Reporter: Julien Vermillard

[jira] Commented: (DIRMINA-438) Multicast support for MINA API

2007-11-13 Thread Trustin Lee (JIRA)
no objection, let me add joinGroup and leaveGroup and reschedule this issue. Multicast support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira/browse/DIRMINA-438 Project: MINA Issue Type: New

[jira] Commented: (DIRMINA-438) Multicast support for MINA API

2007-11-13 Thread Trustin Lee (JIRA)
IoAcceptor.join/leave Group() which throws UnsupportedOperationException by default. Please let me know I am getting something wrong. Any feed back from multicast expert is welcome! Multicast support for MINA API --- Key: DIRMINA-438

[jira] Issue Comment Edited: (DIRMINA-438) Multicast support for MINA API

2007-11-13 Thread Trustin Lee (JIRA)
! Multicast support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira/browse/DIRMINA-438 Project: MINA Issue Type: New Feature Components: Core Reporter: Julien

[jira] Commented: (DIRMINA-438) Multicast support for MINA API

2007-11-13 Thread Trustin Lee (JIRA)
/src/org/jgroups/protocols/UDP.java?revision=1.156view=markup It seems like IoAcceptor is enough. :) Multicast support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira/browse/DIRMINA-438 Project

[jira] Commented: (DIRMINA-438) Multicast support for MINA API

2007-09-30 Thread Trustin Lee (JIRA)
to session close. I don't have much experience with multicast, so please let me know what additional operations are required. What do you think about adding JGroups transport? Then we will get to know what is missing now. Multicast support for MINA API

[jira] Commented: (DIRMINA-438) Multicast support for MINA API

2007-09-30 Thread Trustin Lee (JIRA)
support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira/browse/DIRMINA-438 Project: MINA Issue Type: New Feature Components: Core Reporter: Julien Vermillard

[jira] Issue Comment Edited: (DIRMINA-438) Multicast support for MINA API

2007-09-30 Thread Trustin Lee (JIRA)
simply extend IoSessionConfig, or reuse writeTimeout property. was (Author: trustin): For setting TTL, we could simply extend IoSessionConfig. Multicast support for MINA API --- Key: DIRMINA-438 URL: https

[jira] Commented: (DIRMINA-438) Multicast support for MINA API

2007-09-28 Thread Trustin Lee (JIRA)
is released? Multicast support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira/browse/DIRMINA-438 Project: MINA Issue Type: New Feature Components: Core Reporter

[jira] Created: (DIRMINA-438) Multicast support for MINA API

2007-09-14 Thread Julien Vermillard (JIRA)
Multicast support for MINA API --- Key: DIRMINA-438 URL: https://issues.apache.org/jira/browse/DIRMINA-438 Project: MINA Issue Type: New Feature Components: Core Reporter: Julien Vermillard