Archive for the 'mod_perl' Category

NPW2009 – my.opera.com scalability v2.0

Thursday, September 17th, 2009

slides from my.opera.com architecture presentation. Iptables/linux lvs -> apche/mod_perl -> mysql replication, varnish, memcached

Apache2::UploadProgress – Track the progress and give realtime feedback of file uploads – search.cpan.org

Thursday, May 29th, 2008

module that allows u to make upload progress bars

‘threads::shared’ in apache-modperl – MARC

Thursday, May 22nd, 2008

Links to some discussions and code samples, if you need to implement ‘use Threads’ in mod_perl apache (prefork MPM )

Os Bunce » SlideShare DBD::Gofer — DBD Connection pool proxy

Friday, April 25th, 2008

Slides for DBD::Gofer presentation — scalable DBD connection-pool proxy from people @ danga/lj

Tomash Brechko / Cache-Memcached-Fast-0.08 – search.cpan.org

Saturday, March 29th, 2008

another hight performance Perl client (c lib + perl bindings as perl xs) to memcached

About Metamark

Friday, March 7th, 2008

metamark tinyurl service

Apache::DBI::Cache – a DBI connection cache – search.cpan.org

Thursday, March 6th, 2008

yet another module that does connection caching

DBI::ProfileDumper::Apache – capture DBI profiling data from Apache/mod_perl – search.cpan.org

Thursday, March 6th, 2008

DBI profiling module for mod_perl

Apache::UploadMeter – Apache module which implements an upload meter for form-based uploads – search.cpan.org

Friday, February 29th, 2008

progress file upload implementation in mod_perl

Perl and Postgresql: Invalid byte sequence for encoding "UTF8"

Wednesday, February 27th, 2008

encode( “UTF-8″, $possibly_bad_utf8_data );