petersabaini
- Karma
- 10
- Created
- June 18, 2010 (16y ago)
- Submissions
- 0
Sysadmin / Developer based in Spittal, Austria
http://blog.sabaini.at
[ my public key: https://keybase.io/petersabaini; my proof: https://keybase.io/petersabaini/sigs/UZ0AZRTqhMU3eQxmE0Y2Rq4poeEr-5qgqgywi6uSOB4 ]
Here's a statement from Canonical[1]; they're assessing the situation and plan to release sources next week. [1] https://lists.launchpad.net/ubuntu-phone/msg11543.html PS: disclosure: I work for Canonical, albeit not on…
Note that the 'academic theorists' you cite would rather use an actor based system (and not events), and elsewhere in academia there's quite outspoken criticism of event-based systems[1] even for high-concurrency use…
Semi-widely used I'd say. XMPP and SIP come to mind... What I like about DNS SRV is that it's standardized and relatively simple to handle, in contrast to some of the other naming schemes out there (eg. CORBA). I agree…
DNS has grown the SRV RR to address services. https://tools.ietf.org/html/rfc2782
The downside of muddying the definition of MVC is that it hinders communication about other design patterns that may actually make more sense for web applications, eg. Model-View-Presenter / Passive View (Edit: if one…