[Tokyo.pm] Re: slide URLs

Tatsuhiko Miyagawa miyagawa @ edge.co.jp
2002年 5月 30日 (木) 03:13:25 CDT


宮川です。

At Thu, 30 May 2002 13:48:05 +0900,
Keiichi Okabe wrote:
 
> > おまけ: mod_parrot demo http://modparrot.develooper.com:8051/demo2.pbc
> 
> つながらないんでわからないんですが,これなんですか?

Apache 上で parrot VM を実行してます。具体的には Apache PMC をつくって、
APIを操作する感じになっていますね。

#
# get a apache pmc
#
        new P0,Apache
        get_keyed S0,P0,"remote_ip"
        concat S0, "Hello there at ", S0

#
# print through the apache pmc
#
        set_keyed P0,"print",S0
        set S0, "<p>You have been served by mod_parrot/0.05! See the <a href='demo2.pasm'>source</a> or <a href='http://www.parrotcode.org/'>get parrot</a>"
        set_keyed P0, "print",S0
        end



# つながらないのはプロキシの関係ですかね?

--
Tatsuhiko Miyagawa <miyagawa @ edge.co.jp>





Tokyo-pm メーリングリストの案内