免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: khandielas
打印 上一主题 下一主题

有人完全用perl来作过网站? [复制链接]

论坛徽章:
0
11 [报告]
发表于 2008-04-17 22:29 |只看该作者
原帖由 smonkey0 于 2008-4-17 12:28 发表
用mason+mod_perl_apache+oralce 做过一个,适用于linux和windows平台。。


兄弟能不能多说说? 大概介绍介绍怎么入手。

CGI我写的多了,感觉这东西不是方向, 所以能不用的地方尽量不用。另外CGI有些缺点,比如程序大了,用户多了,resource会枯竭。

论坛徽章:
0
12 [报告]
发表于 2008-04-17 22:58 |只看该作者

回复 #11 khandielas 的帖子

Embedding_Perl_In_Html_With_Mason.chm
找这本书看。。。另外,我觉得你说的不大对,CGI是能立即释放内存的,反倒是mod_perl内存怎么也放不出来。。人多了有点麻烦。。。

论坛徽章:
0
13 [报告]
发表于 2008-04-17 23:48 |只看该作者
原帖由 smonkey0 于 2008-4-17 22:58 发表
Embedding_Perl_In_Html_With_Mason.chm
找这本书看。。。另外,我觉得你说的不大对,CGI是能立即释放内存的,反倒是mod_perl内存怎么也放不出来。。人多了有点麻烦。。。


谢谢啊,不过google 摆渡了都没找到这本书。google的给我去俄罗斯网站去了,看来还是老毛子狠。兄弟能给个link么?或者发给我 khandielas@gmail.com

论坛徽章:
0
14 [报告]
发表于 2008-04-18 00:00 |只看该作者

mason

mason

Embedding_Perl_In_Html_With_Mason.chm

1016.61 KB, 下载次数: 2272

论坛徽章:
0
15 [报告]
发表于 2008-04-18 04:53 |只看该作者
原帖由 smonkey0 于 2008-4-18 00:00 发表
mason


多谢,下了,研究研究。

论坛徽章:
1
荣誉会员
日期:2011-11-23 16:44:17
16 [报告]
发表于 2008-04-18 09:17 |只看该作者
原帖由 khandielas 于 2008-4-17 22:29 发表


兄弟能不能多说说? 大概介绍介绍怎么入手。

CGI我写的多了,感觉这东西不是方向, 所以能不用的地方尽量不用。另外CGI有些缺点,比如程序大了,用户多了,resource会枯竭。


我用几台不算高档的AP server...前面弄个Layer 4 switch...用户多也不怕....

其实所有的JSP、ASP、mod_perl、PHP...用的都是 CGI ....只是他们都有做到persistence...

不要搞错CGI的原本意思...

论坛徽章:
0
17 [报告]
发表于 2008-04-18 10:11 |只看该作者
原帖由 apile 于 2008-4-18 09:17 发表


我用几台不算高档的AP server...前面弄个Layer 4 switch...用户多也不怕....

其实所有的JSP、ASP、mod_perl、PHP...用的都是 CGI ....只是他们都有做到persistence...

不要搞错CGI的原本意思...


MOD_PERL 跟CGI还是有很大的区别的,作perl的如果想赚大钱,必须精通MOD_PERL。APACHE Project开始的时候,MOD PERL 就build in了,所以PERL比所有其他的都有优势, APACHE现在这么流行。一定要懂APACHE API才行。

看看attachment。

还有今天才收到的一个PERL的job, 鼓舞一下Perl的爱好者。

Posted: April 16, 2008

Job title: High end Perl Developer

Company name: Reed Professional Services

Location: United Kingdom, London, London

Pay rate: £400 per day

Travel: 0%

Terms of employment: Independent contractor (project-based)

Length of employment: Rolling

Hours: Full time

Onsite: yes

Description:
These are urgent vacancies for high-level Perl Developers to join one of the highest profile media and broadcasting projects in the UK. You will have considerable Perl experience and will generally be a technology enthusiast and have a strong familiarity with Apache API, RDBMS technologies and XML toolkits. It is essential that you have the ability to work in an unstructured, fast changing environment with rapid release cycles. Please send your CV ASAP for a more detailed role, client and product profile to aimee.peacock@reedps.com - 02073322563

CGIAcceleration.rar

10.06 KB, 下载次数: 91

论坛徽章:
0
18 [报告]
发表于 2008-04-18 10:11 |只看该作者
原帖由 apile 于 2008-4-18 09:17 发表


我用几台不算高档的AP server...前面弄个Layer 4 switch...用户多也不怕....

其实所有的JSP、ASP、mod_perl、PHP...用的都是 CGI ....只是他们都有做到persistence...

不要搞错CGI的原本意思...




那倒是,把CGI搞懂了,发现学servlet,jsp等都很容易,他们都是基于对CGI的封装,然后用到mvc的思想框架而已。如果自己牛比,直接裸写CGI,然后用到mvc的思想,一样很牛X

论坛徽章:
0
19 [报告]
发表于 2008-04-18 11:03 |只看该作者
Posted: April 16, 2008

Job title: High end Perl Developer

Company name: Reed Professional Services

Location: United Kingdom, London, London

Pay rate: £400 per day

Travel: 0%

Terms of employment: Independent contractor (project-based)

Length of employment: Rolling

Hours: Full time

Onsite: yes


待遇很不错的说。。。

论坛徽章:
0
20 [报告]
发表于 2008-04-20 11:56 |只看该作者
原帖由 forlorngenius 于 2008-4-18 10:11 发表

那倒是,把CGI搞懂了,发现学servlet,jsp等都很容易,他们都是基于对CGI的封装,然后用到mvc的思想框架而已。如果自己牛比,直接裸写CGI,然后用到mvc的思想,一样很牛X


我觉得吧,能把程序写好是一回事,能写出个好库出来那就不是一般牛X了
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP