[RUS] Доступ к PostgreSQL из ASP. / PostgreSQL : Форум на SQL.RU

http://sql.ru/forum/actualthread.aspx?tid=548788 DSN-less connection for VB/Classic ASP to PostgreSQL/ODBC on windows

btrfs Wiki

http://btrfs.wiki.kernel.org/index.php/Main_Page BTRFS is a new ZFS-like linux file system, it is present in the recent kernels with “experimental” status.

[RUS ]MatView с инкрементным обновлением (FAST) без триггера и лога / PostgreSQL : Форум на SQL.RU

http://sql.ru/forum/actualthread.aspx?tid=719815 post to russian postgresql forum that describes 2 ways to simulate materialize views on postgres

Welcome to GitCasts

http://gitcasts.com/ screen casts tutorials for basic git usage

[RUS] Случайная выборка нескольких строк с минимальным IO / PostgreSQL : Форум на SQL.RU

http://sql.ru/forum/actualthread.aspx?tid=701376 how to get fast random select in postgres

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

http://blog.zhuzhaoyuan.com/2009/09/nginx-internals-slides-video/ 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 :-)

[rus] dklab_multiplexor: постоянное Javascript-соединение с сервером в условиях сотен тысяч онлайн-клиентов / Высокая производительность / Хабрахабр

http://habrahabr.ru/blogs/hi/69457/#habracut high-load web notification system or how to do persistent connections in ajax/js. Useful for counters, friend-status updates and so on. Example is given for libevent-based daemon in perl.

Beanstalkd - Software - xph.us [distributed, in-memory workqueue service]

http://xph.us/software/beanstalkd/ seems to a rare thing: a message queue server, running as a native code

Building COM Objects in C#

http://www.csharphelp.com/archives/archive281.html 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)

Win32::Daemon - Extension enabling Win32 Perl scripts to be a service - search.cpan.org

http://search.cpan.org/~daveroth/Win32-Scheduler_v20000702/lib/Win32/Scheduler.PM#Example:_Install_the_service perl module to run perl as Win32 service