FreeBSD の Dropbox-api コマンドが突然メッセージを吐き出すようになってしまった。 ******************************************************************* Using the default of SSL_verify_mode of SSL_VERIFY_NONE for client is depreciated! Please set ... 続きを読む
バッチ処理がやたらメモリくってると思ったら、なんかおっきいファイルをgetしてたせいでした orz一旦ファイルに吐き出して、後でopenして使いたいような場合は、LWPでは、 my $ua = LWP::UserAgent->new(); $ua->get('http://example.com/big_file.gz', ':cont... 続きを読む
Revisions 85c27a Sat Nov 06 08:48:47 -0700 2010 5ab9f4 Sat Nov 06 08:38:49 -0700 2010 Private Gist All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are given this priva... 続きを読む
巷でとっても早くて便利だねこれってなってる HTTP Client であるところの Furl の簡単なつかい方を紹介します。 そもそも Furl は何かっていうと、perl には LPW っていう超高機能な HTTP Client があって、これがデファクトになってるんですね。 でも、それっ... 続きを読む
Friday, February 4, 2011 5x performance - switching from LWP to Furl & Net::DNS::Lite Recently I rewrote some of our code that used LWP::UserAgent to use Furl instead, and have been observing more than 5x increase in performance (the CPU time... 続きを読む