[SIP Beyond VoIP] SylkServer uses too much memory

Record Route recordroute at gmail.com
Thu Feb 14 14:37:49 CET 2013


Yes, gothca and as clear as below lines

class ConferenceApplication(object):
    __metaclass__ = SylkApplication

Thanks, leak should be searched in other places :)

class SylkApplication(Singleton):

On Thu, Feb 14, 2013 at 3:33 PM, Saúl Ibarra Corretgé
<saul at ag-projects.com>wrote:

>
> On Feb 14, 2013, at 2:10 PM, Record Route wrote:
>
> > So, in python if no __new__ method is written than that object becomes
> singleton in some words, right?
> >
>
> No. The SylkApplication base class uses the Singleton metaclass, which
> does the actual magic to of keeping that single instance somewhere and
> returning it instead of creating a new object every time.
>
> --
> Saúl Ibarra Corretgé
> AG Projects
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ag-projects.com/pipermail/sipbeyondvoip/attachments/20130214/1ca85f7b/attachment.html>


More information about the SIPBeyondVoIP mailing list