|
Home > Archive > Apache Directory Project > August 2005 > mina: deploy on 0.7.4 or later?
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: deploy on 0.7.4 or later?
|
|
| Alex Burmester 2005-08-09, 2:45 am |
| Hi all,
I have a production mina app deployed on 0.7.3
We do releases about once a month and and I probably have two releases
left before we code freeze for the christmas season.
I'm wondering if I should be trying to stick with the 0.7 branch and
upgrade to 0.7.4 on my next release or if I should start the migration to
the new api in the 0.9 mina.
I'd prefer to go with whichever is likely to be the most stable and so far
0.7 has been working fine for us but I don't want to fall too far behind
the current development.
I also seem to be running into a memory leak with java.nio.HeapByteBuffer
and it might be the same thing that was reported with the wrap() call.
I'll have to go look at the docs since there's a reference to something
about wrap() in the issue tracker.
Thanks,
Alex.
| |
| Trustin Lee 2005-08-09, 2:45 am |
| Hi,
2005/8/9, Alex Burmester <adb-6JEdO7ZPBgRWk0Htik3J/w@public.gmane.org>:
>
> I'm wondering if I should be trying to stick with the 0.7 branch and
> upgrade to 0.7.4 on my next release or if I should start the migration to
> the new api in the 0.9 mina.
I suggest you to use 0.7.4-SNAPSHOT which resolves some management issues.
(but these are trivial)
I'd prefer to go with whichever is likely to be the most stable and so far
> 0.7 has been working fine for us but I don't want to fall too far behind
> the current development.
No you're not. We'll announce when 0.9 is really ready to replace 0.7stream..
I also seem to be running into a memory leak with java.nio.HeapByteBuffer
> and it might be the same thing that was reported with the wrap() call.
> I'll have to go look at the docs since there's a reference to something
> about wrap() in the issue tracker.
You can call acquire() method once more for the wrapped MINA buffers. That's
all to prevent leakage. 
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
|
|
|
|
|