Hi Roy,
We still need to update the documentation, publish in to the mirrors and
make the announce, but you can already get the official 3.0b4 in maven
central from
http://repo1.maven.org/maven2/org/apache/james/apache-james/3.0-beta4/apache-james-3.0-beta4-app.tar.gz
Thx,
Eric
On 01/04/12 06:54, [email protected] wrote:
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]
--
eric | http://about.echarles.net | @echarles
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]