< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] InMemoryRegistrationDatabase


On Wed, 2006-04-19 at 15:16 +0100, Daniel Pocock wrote:
> If you have lot's of client's who's addresses change infrequently, then 
> you may have an expiry of 30 minutes or maybe even 60 minutes.  Less 
> frequent registrations means less load on the server.

In practical systems, the refreshing of phone registrations is the
dominant load on the proxy.  So you want to configure phone
registrations for at least 60 minutes.  This makes it pretty much
mandatory that the database of registrations is mirrored into persistent
storage.

I suspect that as more complex features are implemented using long-term
SUBSCRIBEs, there will be a need for making the subscription database
persistent as well.

Dale