Python论坛  - 讨论区

标题:Re: [python-chinese] [ANN]Zoomq的快乐故事-- 快速体验Karrigell的web开发

2006年01月06日 星期五 00:58

Fluke fluke.l at gmail.com
Fri Jan 6 00:58:10 HKT 2006

On 12/28/05, Devin Deng <deng.devin at gmail.com> wrote:
>
> 问一句, Karrigell是面向Php/ASP经验的程序员吗?
> 没有时间仔细了解.感觉好像是的。
>
> 自己正在用Quixote做个网站, on alpha.
> 以前web开发过html/cgi (96) , Netscape Server-side
> Javascript/Livewire under SunOS (98) 再到ASP 1.0(1999年),
> 之后没搞过web。什么php, asp.net到MVC基本一窍不通。
> 然后是现在的Python/Quixote,当时asp的活苦干五个月,
> 记忆犹新. 狠死code in content!
>
>
> 这次Quixote的开发经历相对来讲已经让我觉得非常欣慰了。
> 虽然它的form2基本没用,还有要求每次修改必须重启.
> (有技巧可以避免).
>
> 不知道ruby on rails怎样,这么热门的玩意。呵呵!


最近因为学习和竞赛,我放弃了上来看python列表的时间。
放假我要用quixote来给我的系统搞个web前端,我希望您能写一个mod_python+quixote的tut,避免后人走弯路。
我还没能在apache上使用quixote,请您指点下,非常感谢!

 在05-12-27,limodou <limodou at gmail.com> 写道:
> >
> > 2005/12/27, Zoom Quiet <zoom.quiet at gmail.com>:
> > > 在 05-12-27,cry<zyqmail at tom.com> 写道:
> > > > Zoom Quiet,您好!
> > > >
> > > > karrigell实在好用,目前的疑问就是能支持多大的并发流量。
> > > > 我正在用KARRIGELL做一个网站,和DREAMWEAVER一起使用,真的是很爽。
> > >
> > > 看意思Karrigell 仅仅关注快捷开发,压力承受能力没有深入开发的说,不过,不等于弱不经风哪,比如说 使用 lighttpt
> > > 作更快的代理,关闭debug 模式,开启 gzip 压缩,使用静态页面来发布固定内容,使用Quixote 作前端等等…………
> > > 总之 ,MoinMoin 这样的CGI 模式的发布,可以顶如此多的并发,Karrigell 也一定可以的
> > >
> >
> > 我想应该没有问题,虽然我没有测试过。
> >
> > --
> > I like python!
> > My Blog: http://www.donews.net/limodou
> > NewEdit Maillist: http://groups.google.com/group/NewEdit
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


--
Yours,
  fluke
fluke at sfcube.net
http://sfcube.net/blog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060106/f2c38e93/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年01月06日 星期五 09:52

boyeestudio boyee118 at gmail.com
Fri Jan 6 09:52:32 HKT 2006

看了,极有诱惑感,这个寒假,发足马力,向兄台学习!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060106/02059b47/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年01月06日 星期五 23:48

Devin Deng deng.devin at gmail.com
Fri Jan 6 23:48:06 HKT 2006

谈不上指点,在现在的应用中,是另一位同事配置的Apache+mod_python+scgi.
(你如果有问题,我可以尝试回答一下)

关于SCGI和mod_python的配置,在Quixote包的doc目录里有详细文档。
/doc/web-server.txt|html. 配置过apache的话,应该不会有多少困难。





在06-1-6,Fluke <fluke.l at gmail.com> 写道:
>
> On 12/28/05, Devin Deng <deng.devin at gmail.com> wrote:
> >
> > 问一句, Karrigell是面向Php/ASP经验的程序员吗?
> > 没有时间仔细了解.感觉好像是的。
> >
> > 自己正在用Quixote 做个网站, on alpha.
> > 以前web开发过html/cgi (96) , Netscape Server-side
> > Javascript/Livewire under SunOS (98) 再到ASP 1.0(1999年),
> > 之后没搞过web。什么php, asp.net到MVC基本一窍不通。
> > 然后是现在的Python/Quixote ,当时asp的活苦干五个月,
> > 记忆犹新. 狠死code in content!
> >
> >
> > 这次Quixote的开发经历相对来讲已经让我觉得非常欣慰了。
> > 虽然它的form2基本没用,还有要求每次修改必须重启.
> > (有技巧可以避免).
> >
> > 不知道ruby on rails怎样,这么热门的玩意。呵呵!
>
>
> 最近因为学习和竞赛,我放弃了上来看python列表的时间。
> 放假我要用quixote来给我的系统搞个web前端,我希望您能写一个mod_python+quixote的tut,避免后人走弯路。
> 我还没能在apache上使用quixote,请您指点下,非常感谢!
>
>  在05-12-27,limodou <limodou at gmail.com> 写道:
> > >
> > > 2005/12/27, Zoom Quiet <zoom.quiet at gmail.com>:
> > > > 在 05-12-27,cry< zyqmail at tom.com> 写道:
> > > > > Zoom Quiet,您好!
> > > > >
> > > > > karrigell实在好用,目前的疑问就是能支持多大的并发流量。
> > > > > 我正在用KARRIGELL做一个网站,和DREAMWEAVER一起使用,真的是很爽。
> > > >
> > > > 看意思Karrigell 仅仅关注快捷开发,压力承受能力没有深入开发的说,不过,不等于弱不经风哪,比如说 使用 lighttpt
> > > > 作更快的代理,关闭debug 模式,开启 gzip 压缩,使用静态页面来发布固定内容,使用Quixote 作前端等等…………
> > > > 总之 ,MoinMoin 这样的CGI 模式的发布,可以顶如此多的并发,Karrigell 也一定可以的
> > > >
> > >
> > > 我想应该没有问题,虽然我没有测试过。
> > >
> > > --
> > > I like python!
> > > My Blog: http://www.donews.net/limodou
> > > NewEdit Maillist: http://groups.google.com/group/NewEdit
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
> --
> Yours,
>   fluke
> fluke at sfcube.net
> http://sfcube.net/blog
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060106/e3e169b0/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号