I'm in the middle of some optimizations so I'm still collecting that data.
However, I can say that ~50% of the consumed memory (250MB total used) was
coming from ConcurrentHashMaps and the maps were practically "empty". There
are/were 2 places using those maps 1) MINA and 2) Openfire internal th
I think it might be a good change BUT you didn't say how big was the
benefit of this change on memory consumption. Could you tell us how much
memory the JVM was using before and after the change under the same load?
Gaston Dombiak wrote:
Hey,
We are opening 60K concurrent connections to Openf
On Jun 19, 2007, at 7:07 PM, Trustin Lee wrote:
WDYT? Shall we revert back to HashMap?
Collections.synchronizedMap( new HashMap() ) sounds good :)
-pete
--
(peter.royal|osi)@pobox.com - http://fotap.org/~osi
smime.p7s
Description: S/MIME cryptographic signature
On 6/20/07, Mark Webb <[EMAIL PROTECTED]> wrote:
I think this is great information. I would like to see some test cases that
support your information. In addition to the test cases, what
environment/IDE are you performing this research on?
Thanks and great work!
I think Gaston's comment is c
Although you are not using UDP, you can check out my UDP tutorial to get
insight as to how this would be done. Here is the link:
http://mina.apache.org/udp-tutorial.html
On 6/19/07, 李健 <[EMAIL PROTECTED]> wrote:
Hi,
I'm developing my application with MINA1.1.0, It's working fine in
Server
I think this is great information. I would like to see some test cases that
support your information. In addition to the test cases, what
environment/IDE are you performing this research on?
Thanks and great work!
On 6/19/07, Gaston Dombiak <[EMAIL PROTECTED]> wrote:
Hey,
We are opening 6
On 6/20/07, James Apfel <[EMAIL PROTECTED]> wrote:
Hi Trustin,
the bug was on my side. I was accidently reading too many bytes from
the ByteBuffer (the message and parts of the next message). Remember:
always slice and set the limit!
Good to hear that you fixed a bug. Please come again to us
Hi Brian,
On 6/20/07, Brian Wellington <[EMAIL PROTECTED]> wrote:
On Tue, 19 Jun 2007, Trustin Lee wrote:
> On 6/19/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
>> >> What if there were a "frequently updated" dnsjava, containing all of the
>> >> useful community-contributed patches (including
Hi Trustin,
the bug was on my side. I was accidently reading too many bytes from
the ByteBuffer (the message and parts of the next message). Remember:
always slice and set the limit!
James
On 6/19/07, Trustin Lee <[EMAIL PROTECTED]> wrote:
Hi James,
On 6/18/07, James Apfel <[EMAIL PROTECTED]>
Hi,
I'm developing my application with MINA1.1.0, It's working fine in
ServerSide, But I'm confused by using IoHandler in ClientSide.
I'll send R1 to the server and its response data is P1 and there will be
R2-P2, R3-P3 etc. In the past time, I wrote code like this:
byte[] re
Hey,
We are opening 60K concurrent connections to Openfire and generating
some heap dumps to analyze memory consumption. And we found something
that really surprised us since we never heard about it. A very big part
of the total memory is being consumed by ConcurrentHashMaps. The
ConcurrentHash
[
https://issues.apache.org/jira/browse/DIRMINA-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506340
]
Trustin Lee commented on DIRMINA-385:
-
I started to think it's not really an issue but a question about a certai
[
https://issues.apache.org/jira/browse/DIRMINA-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506337
]
Trustin Lee commented on DIRMINA-385:
-
I suggested a work around. I would have marked this issue as 'won't fix'
[
https://issues.apache.org/jira/browse/DIRMINA-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506311
]
Chris Audley commented on DIRMINA-385:
--
Only using addLast() to add filters to a Mina session will not prevent
Thanks for pointing this out. The change has been made.
On 6/19/07, Kenji Hollis (JIRA) <[EMAIL PROTECTED]> wrote:
[
https://issues.apache.org/jira/browse/DIRMINA-364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506225]
Kenji Hollis commented on DIRMINA-
[
https://issues.apache.org/jira/browse/DIRMINA-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506226
]
Kenji Hollis commented on DIRMINA-341:
--
When a message comes in in the message handler portion of the IO code,
[
https://issues.apache.org/jira/browse/DIRMINA-364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506225
]
Kenji Hollis commented on DIRMINA-364:
--
I propose:
(Runtime.getRuntime().availableProcessors() + 1)
As this i
[
https://issues.apache.org/jira/browse/DIRMINA-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506188
]
Srikanth Veeramachaneni commented on DIRMINA-374:
-
This might be very trivial, but I don't believe t
Hello all,
I've been out of town, so I am just catching up on my e-mail now.
I humbly pose myself as the "DNS Expert" you've been looking for. Here's one
of my public projects you can take a look at: http://bind-dlz.sf.net .
I have already started work on a new Java DNS library. I expect I wi
On 6/19/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
>> What if there were a "frequently updated" dnsjava, containing all of the
>> useful community-contributed patches (including dnsjnio), released
>> under a
>> BSD license - would that be a good solution?
>
> Absolutely. That is the best of
On Tue, 19 Jun 2007 09:27:56 +0200
Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> Trustin Lee ha scritto:
> > On 6/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >> Hi -
> >>
> >> I'm sorry for the delay in replying - I've just returned from
> >> holiday.
> >>
> >> "Trustin Lee" <[EMAIL PROTE
[
https://issues.apache.org/jira/browse/DIRMINA-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506087
]
dave irving commented on DIRMINA-353:
-
Hey everyone!
Finally my link to the outside world has been restored, an
Trustin Lee ha scritto:
> On 6/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> Hi -
>>
>> I'm sorry for the delay in replying - I've just returned from holiday.
>>
>> "Trustin Lee" <[EMAIL PROTECTED]> wrote on 12/06/2007 16:02:06:
>>
>> > > As we currently depend on a "not-so-frequently-upda
23 matches
Mail list logo