[SIP Beyond VoIP] SylkServer uses too much memory
Saúl Ibarra Corretgé
saul at ag-projects.com
Thu Feb 14 14:33:58 CET 2013
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
More information about the SIPBeyondVoIP
mailing list