Archive for the 'development' Category

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

Saturday, December 19th, 2009

DSN-less connection for VB/Classic ASP to PostgreSQL/ODBC on windows

btrfs Wiki

Saturday, December 19th, 2009

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

Sunday, December 13th, 2009

post to russian postgresql forum that describes 2 ways to simulate materialize views on postgres

Welcome to GitCasts

Thursday, October 15th, 2009

screen casts tutorials for basic git usage

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

Wednesday, October 7th, 2009

how to get fast random select in postgres

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 :-)

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

Tuesday, September 15th, 2009

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]

Monday, August 31st, 2009

seems to a rare thing: a message queue server, running as a native code

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)

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

Friday, August 21st, 2009

perl module to run perl as Win32 service