SCOM: SCX Source Code

photo-cameraDie System Center Cross Platform Solutions wurde von Microsoft als Open Source Produkt auf Codeplex bereitgestellt. Dies hat den Vorteil, dass man die SCX an andere Linux Systeme anpassen und selber nachschauen kann, wie Microsoft programmiert. Bei einer Recherche ist mir folgender Codeausschnitt aufgefallen:

#elif defined(sun)
// According to the Pegasus Solaris implementation they don't know how
// to determine this number, but they still return 0 for unlimited.
nolu = 0;
return true;
#else
// Thanks to the glory of free software there is no limit on the number of users!
nolu = 0;
return true;
#endif

Gefunden in osinstance.cpp unter http://scx.codeplex.com/SourceControl/changeset/view/32074#

“Thanks to the glory of free software”: Entweder wurde der Kommentar direkt aus der Original Pegasusimplementierung übernommen, oder ein paar Entwickler bei Microsoft haben doch eine gute Meinung über Linux. Oder ist das vielleicht Ironie?

This entry was posted in Deutsch, Operations Manager, System Center and tagged , , . Bookmark the permalink.

Leave a Reply