[Python vs C# mono] Federico Mena Quintero - June 2007 Activity Log

http://www.gnome.org/~federico/news-2007-06.html#18 he wrote a GUI prog for linux (SystemTap/strace GUI), something like filemon from Sysinternals. The post compares pros and cons of python vs c# for developing this app.

Multiprocessing with the Completely Fair Scheduler

http://www.ibm.com/developerworks/linux/library/l-cfs/ descriptipn for linux CFS scheduler

Writing Services Programmatically ( .net C# or VB.net)

http://msdn2.microsoft.com/en-us/library/aa984335(VS.71).aspx how to write a windows service [skeleton] in C#

What is RCU? Part 2: Usage [LWN.net]

http://lwn.net/SubscriberLink/263130/d4464a9c3acaf34a/ describes how to use linux kernel RCU mechanism instead of read-write locking

Apache Portable Runtime Utility Library: Resource List Routines

http://apr.apache.org/docs/apr-util/1.2/group___a_p_r___util___r_l.html pool of objects / list of resources functions (for things like database connection, or licensed libs/dlls)

Welcome! - The Apache Portable Runtime Project

http://apr.apache.org/ Documentation on Apache Portable Runtime (aka ‘apr_’

Amazon.com: The Apache Modules Book: Application Development with Apache (Prentice Hall Open Source Software Development Series): Books: Nick Kew

http://www.amazon.com/Apache-Modules-Book-Application-Development/dp/0132409674/ref=pd_sim_b_img_2/102-9014623-7444926 apache modules development book

simpl example C vs. C++ vs. D

http://thread.gmane.org/gmane.comp.version-control.git/57643/focus=57918 [RFC] Convert builin-mailinfo.c to use The Better String Library.

Linus email on C vs. C++, from git mailing list

http://lwn.net/Articles/249460/ Re: [RFC] Convert builin-mailinfo.c to use The Better String Library. [LWN.net]