Hello Sebastian,
some time ago I have changed the parent class of ScopeApplicationAdapter to
be MultiThreadedApplicationAdapter (since we should work multithreaded ...)
yesterday I noticed "ApplicationAdapter extends
MultiThreadedApplicationAdapter" so I revert it back.
Can you please help me with HashMapStore?
I have added the following code to
ConferenceService.getServerForSession(String SID, long roomId) method:
log.debug("-- getServerForSession ENTER\n\t\t====================\n" +
sessionManager.getSessionStatistics() + "\n\t\t====================\n");
as a result I can see
the following lines in the log:
clientsByServerAndPublicSID Server null Number of PublicSIDs: XX
where XX is only increasing ....
Is it by design? should this hashMap be cleaned up?
On Tue, Jan 29, 2013 at 11:47 AM, [email protected] <
[email protected]> wrote:
> Hi Maxim,
>
> I've seen in your latest changes you have refactored the
> ApplicationAdapter to use the basic interface and no more the
> MultiThreadedApplicationAdapter.
>
> What is the reason behind it?
>
> Thanks!
> Sebastian
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> [email protected]
>
--
WBR
Maxim aka solomax