Archive for the 'c' Category

Joshua Zhu’s Blog » C10K [how to write C10K server]

Wednesday, September 30th, 2009

notes about high-performance unix server programming, things like concurrency models, IO types, memory allocation strategies, etc.

Joshua Zhu’s Blog » Creating a Hello World! Nginx Module

Wednesday, September 30th, 2009

blog post with a source of “hello world” nginx module

Joshua Zhu’s Blog » Nginx Internals (Slides & Video)

Wednesday, September 30th, 2009

very good presentation slides explaining nginx internals, such as main architecture, main event loops, core modules, processing pipelines, etc. Also there is a video of the talk , but it is mandarin, so YMMV :-)

Building COM Objects in C#

Monday, August 31st, 2009

explains how to build a .DLL in C# with COM interface, so it can be used by other manageable/unmanageable code (i.e. VB, C++, etc)

[russian] vadiml: HOWTO по работе с С++ классми из Perl’a || C++ classes in Perl howto

Tuesday, October 28th, 2008

Article in russian part of LiveJournal deals with writing perl XS wrappers around C++ classes

Intel IXP425 | Timesys Embedded Linux [product page]

Friday, August 1st, 2008

page lists some details about intel ixp4xx combo-cpu’s and there are some useful notes as to what kernel config options should be enabled. Timesys uses 2.6.16.10

Benchmarking boot latency on x86

Saturday, July 12th, 2008

article explains a few things and post sample code that shows how to instrument x86 boot process

google C++ Style Guide

Monday, June 30th, 2008

google’s internal C++ code guidance

[Russian] Stored procedures i n C for PostgreSQL under Win32 (MinGW ) | Сишные хранимки под PostgreSQL 8.1 (Win) / PostgreSQL : Форум на SQL.RU

Saturday, May 10th, 2008

in Russian: how to complie PostgreSQL stored procedures in C with MinGW under windows

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

Friday, March 7th, 2008

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.