blue collar dev
random notes, kept here from when I am not at my home workstation
Pages
(Move to ...)
Home
agile
concurrency and parallelism in Perl 5
who am I
▼
Thursday, August 28, 2014
profiling Catalyst applications with Devel::NYTProf
›
While attempting to profile a Catalyst application with Devel::NYTProf, I kept getting errors when processing the nytprof.out file because t...
2 comments:
Thursday, September 26, 2013
starman workers use too much memory and do not release it to the operating system in time
›
if your large data is a string, this might help http://www.perlmonks.org/?node_id=661900 if not, you can redefine the Net::Server::PreFork...
Thursday, May 9, 2013
install dependencies
›
to install dependencies for a module you got from github, in Makefile.PL add to this section PREREQ_PM => { 'Moose...
Friday, October 12, 2012
Catalyst: send warnings to the virtual host log file
›
So, you run Catalyst on mod_perl in a virtual host, but logs will not go where you expect them to go, which is to the log file defined in th...
Tuesday, October 9, 2012
Zombie game with Perl
›
Zumbis
Wednesday, August 15, 2012
Asynchronous HTTP Requests in Perl Using AnyEvent
›
Asynchronous HTTP Requests in Perl Using AnyEvent http://www.windley.com/archives/2012/03/asynchronous_http_requests_in_perl_using_anyeven...
Monday, January 30, 2012
getting slash code
›
this will work git clone --branch live git://slashcode.git.sourceforge.net/gitroot/slashcode/slashcode
1 comment:
‹
›
Home
View web version