[asterisk-commits] oej: branch oej/sip-subscribe-ng-1.2 r72887 - /team/oej/sip-subscribe-ng-1.2/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jul 2 08:32:33 CDT 2007


Author: oej
Date: Mon Jul  2 08:32:32 2007
New Revision: 72887

URL: http://svn.digium.com/view/asterisk?view=rev&rev=72887
Log:
Adding README for this branch

Added:
    team/oej/sip-subscribe-ng-1.2/README.subscribe-ng   (with props)

Added: team/oej/sip-subscribe-ng-1.2/README.subscribe-ng
URL: http://svn.digium.com/view/asterisk/team/oej/sip-subscribe-ng-1.2/README.subscribe-ng?view=auto&rev=72887
==============================================================================
--- team/oej/sip-subscribe-ng-1.2/README.subscribe-ng (added)
+++ team/oej/sip-subscribe-ng-1.2/README.subscribe-ng Mon Jul  2 08:32:32 2007
@@ -1,0 +1,15 @@
+This branch is to implement changes to handle a massive amount of
+subscriptions in one server. 
+
+Currently we have one linked list that contains both active calls
+and subscriptions. When we have 1.000 or more subscriptions
+and just a few calls, this can cause serious bad effects on
+call handling and quality.
+
+In this branch I'll work on trying to solve this by splitting up
+the linked lists into two and maybe experimenting with handling
+subscription requests in a separate thread.
+
+This branch is based on 1.2 based on the customer's requirements,
+but will be integrated in trunk at some point when it's tested
+and done.

Propchange: team/oej/sip-subscribe-ng-1.2/README.subscribe-ng
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: team/oej/sip-subscribe-ng-1.2/README.subscribe-ng
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: team/oej/sip-subscribe-ng-1.2/README.subscribe-ng
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the asterisk-commits mailing list