|
Home > Archive > Apache Directory Project > October 2005 > [mina] MINA extention: request/response based protocols
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
[mina] MINA extention: request/response based protocols
|
|
| Thomas Muller 2005-10-26, 7:45 am |
| Hi,
I'm just eavesdropping this mailinglist and I'm by no means part of the
Apache Directory development team. However, I've developed a quite useful
layer on top of MINA that greatly reduces development time for
request/response based protocols where the PDU's carry a form of identifier.
I've taken the effort of integrating this into MINA (version 0.7.4). I was
wondering if the code are of any interest, and if so, how do I proceed to
offer the code to the onging Directory project.
Any input would be much appreciated.
Thanks,
--
Thomas
| |
| Trustin Lee 2005-10-26, 7:45 am |
| Hi Thomas,
2005/10/26, Thomas Muller <ttm-f/vm7P8qpiNhl2p70BpVqQ@public.gmane.org>:
>
> I'm just eavesdropping this mailinglist and I'm by no means part of the
> Apache Directory development team. However, I've developed a quite useful
> layer on top of MINA that greatly reduces development time for
> request/response based protocols where the PDU's carry a form of
> identifier.
> I've taken the effort of integrating this into MINA (version 0.7.4). I was
> wondering if the code are of any interest, and if so, how do I proceed to
> offer the code to the onging Directory project.
>
> Any input would be much appreciated.
First off, I apologize for my replies getting late these days. I have been
busy taking care of my visa issue these days.
I looked into your implementation briefly and it looked a little bit
complicated. Basically I wanted to solve this problem with orthogonal
IoFilters, not by placing another layer of abstraction. Could you please
give me some time to examine your work more closely?
Thank you,
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
| |
| Julien Vermillard 2005-10-26, 7:45 am |
| Le mercredi 26 octobre 2005 à 09:40 +0100, Thomas Muller a écrit :
> Hi,
>
> I'm just eavesdropping this mailinglist and I'm by no means part of the
> Apache Directory development team. However, I've developed a quite useful
> layer on top of MINA that greatly reduces development time for
> request/response based protocols where the PDU's carry a form of identifier.
> I've taken the effort of integrating this into MINA (version 0.7.4). I was
> wondering if the code are of any interest, and if so, how do I proceed to
> offer the code to the onging Directory project.
>
> Any input would be much appreciated.
>
> Thanks,
I 'm very interested in this kind of code, I can review it if you want.
Julien
| |
| Donald 2005-10-26, 5:45 pm |
| Me too.^_^
>
> I 'm very interested in this kind of code, I can review it if you want.
>
> Julien
>
>
|
|
|
|
|