Hi Eric,

Thanks for the reply, I'll definitely look into it.  Agreed about the memory 
cache, looking forward to beta 4 because then I can take advantage of Spring's 
method based cacheing instead of trying to custom role my own.

Roy

On Sat, Mar 31, 2012 at 5:08 AM, Eric Charles <[email protected]> wrote:
> Hi,
>
> The connectionLimit and connectionLimitPerIP parameters are used in the
> generic protocols-netty library which doesn't have access to any user
> notion.
>
> If you want to deal with users, you will have to implement your own
> AbstractConfigurableAsyncServer and inject there the userrepository.
>
> Memory will be much faster but will take memory resources..., database will
> be slower but will consume less memory. The best of both world would be a
> memory cache.
>
> Hope this helps, Eric


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to