Sledge, Perl, PSGIいろいろあってすっかり放置してました。 前回の記事でid:otsuneさんに紹介して頂いた、id:tokuhiromさんがPSGIに対応させたSledgeについてです。そもそもPSGIって何?PSGIは正確にはPerl Server Gateway Interfaceとか言うらしいです。名前... 続きを読む
Revisions 43f88f nyarla Fri Jan 29 00:24:49 -0800 2010 a0c7cd nyarla Fri Jan 29 00:22:59 -0800 2010 This gist is private. All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless th... 続きを読む
bulknews.typepad.com Tatsuhiko Miyagawa's blog to discuss mostly tech and nerdy stuff. It's been a week break since I finished the very well received Plack Advent Calendar. And today i've been back on track on Plack development to get ready f... 続きを読む
WSGIに似てるなぁ WSGIに似てるなぁと思ったら、そうだったのか。 で、実際にPSGI仕様を実装するのがPalckだと。 とりあえずPSGIの読み方はラブプラスらしいです。 速いのはいいことですよね。id:miyagawa さんを中心として、Perl 版 WSGI をつくることになりま... 続きを読む
私は終にPSGIとPlackを手に入れた! 今年も残り僅かです。今年のPerl界の最大の話題は何と言っても宮川氏のPSGIとPlackでしょう。今年後半に出現したからかも知れませんが、残りの話題なんて完全にどうでもいいガラクタのように思えてなりません。しかしながら... 続きを読む
空繰再繰をplasxomで構築し直した 気付いてる人ははているのかなって感じですが、 この度空繰再繰をplasxomで構築し直しました。 やり始めたのがいつ頃だったかは忘れたんですが、ちまちまとプラグインを書いたり、 テンプレートを移植したりして一通り移行作業... 続きを読む
perl+web, メモPSGI Specificationが1.03に更新されています。新しく psgi.streaming が追加されました (Tatsumakiでも使ってる)。最初にとても大事な注意このエントリはPSGI 1.03の仕様について勉強したことを書いてます。PSGIの仕様はまだ流動的なので、かな... 続きを読む
メモ, perl+webTatsumakiを触ってみたいなあと思ったらなんかPSGI/Plackの迷路に入ってしまい、つぶやいてたらid:miyagawaさんが色々教えて下さったので、せっかくなのでまとめておきます。教えてもらってない自分で調べたことも書いてるので、間違ってたらごめ... 続きを読む
【注意】2009年10月15日現在の情報です。mod_psgi を試してみたのでメモしておきます。Ubuntu 9.04 x86_64Apache/2.2.11 (Ubuntu)Perl v5.10.0 built for x86_64-linux-gnu-thread-multi $ git clone git://github.com/spiritloose/mod_psgi.git $ cd mod_psgi ... 続きを読む
http://github.com/spiritloose/mod_psgiPSGIを実装したApache2モジュール。 % make && make install でインストールできて、 LoadModule psgi_module modules/mod_psgi.so /psgi> SetHandler psgi PSGIApp /path/to/app.psgi で動く。 がーっと書いたのでまだ... 続きを読む
PSGI is a specification of interface protocol between Perl web applications and web servers, inspired by Python's WSGI and Ruby's Rack. Plack is a Perl module and namespace to contain set of reference PSGI server implementations, middleware a... 続きを読む
bulknews.typepad.com Tatsuhiko Miyagawa's blog to discuss mostly tech and nerdy stuff. Tons of progress just on my flight, or while I'm here. Last night I went to the office where Yappo and tokuhirom work, to hack and brainstorm on Plack :) S... 続きを読む