2006年07月05日 星期三 13:32
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 2959 bytes Desc: not available Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20060705/b1ae99c1/smime-0001.bin
2006年07月06日 星期四 05:51
算了吧。这纯属重新发明轮子的举动。 此外,DHCP/BOOTP的协议非常复杂,就是RFC也够你看的了。再加上和DNS,WINS之类的配合,整个项目规模之大绝对超出你的想象。 单枪匹马,除非是djb, venema之类的大牛,否则只能是浪费时间。当然,如果你搞出来了,那你也成大牛了。 On 7/5/06, netkiller <openunix at 163.com> wrote: > > > 想用python 实现一个DHCP服务器如何? > > 哈哈.主要是想学学 255.255.255.255 广播协议的开发.:) > > DNS服务器也在考虑中..写这些基本的东东.能学到很多东西. > _______________________________________________ > 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 > > >
2006年07月06日 星期四 09:31
主要是想学学网络访问的开开..玩玩..就是不成功也能从中学到一些东东.. 我写"基于数据的新闻组"系统时.已经感觉到了.工作量之大.要处理的东西巨多.. ----- Original Message ----- From: "shhgs" <shhgs.efhilt at gmail.com> To: <python-chinese at lists.python.cn> Sent: Thursday, July 06, 2006 5:51 AM Subject: Re: [python-chinese] 想用python 实现一个DHCP服务器如何? > 算了吧。这纯属重新发明轮子的举动。 > > 此外,DHCP/BOOTP的协议非常复杂,就是RFC也够你看的了。再加上和DNS,WINS之类的配合,整个项目规模之大绝对超出你的想象。 > > 单枪匹马,除非是djb, venema之类的大牛,否则只能是浪费时间。当然,如果你搞出来了,那你也成大牛了。 > > On 7/5/06, netkiller <openunix at 163.com> wrote: >> >> >> 想用python 实现一个DHCP服务器如何? >> >> 哈哈.主要是想学学 255.255.255.255 广播协议的开发.:) >> >> DNS服务器也在考虑中..写这些基本的东东.能学到很多东西. >> _______________________________________________ >> 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
2006年07月06日 星期四 09:41
按您那么说, python 也是重新发明轮子的举动。不敢苟同 在 06-7-6,shhgs<shhgs.efhilt at gmail.com> 写道: > 算了吧。这纯属重新发明轮子的举动。 > > 此外,DHCP/BOOTP的协议非常复杂,就是RFC也够你看的了。再加上和DNS,WINS之类的配合,整个项目规模之大绝对超出你的想象。 > > 单枪匹马,除非是djb, venema之类的大牛,否则只能是浪费时间。当然,如果你搞出来了,那你也成大牛了。 > > On 7/5/06, netkiller <openunix at 163.com> wrote: > > > > > > 想用python 实现一个DHCP服务器如何? > > > > 哈哈.主要是想学学 255.255.255.255 广播协议的开发.:) > > > > DNS服务器也在考虑中..写这些基本的东东.能学到很多东西. > > _______________________________________________ > > 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 > > -- Best Regrads, IQDoctor
2006年07月06日 星期四 09:59
还有 Java, C# 哈哈.. ----- Original Message ----- From: "浩" <huanghao.c at gmail.com> To: <python-chinese at lists.python.cn> Sent: Thursday, July 06, 2006 9:41 AM Subject: Re: [python-chinese] 想用python 实现一个DHCP服务器如何? > 按您那么说, python 也是重新发明轮子的举动。不敢苟同 > > > 在 06-7-6,shhgs<shhgs.efhilt at gmail.com> 写道: >> 算了吧。这纯属重新发明轮子的举动。 >> >> 此外,DHCP/BOOTP的协议非常复杂,就是RFC也够你看的了。再加上和DNS,WINS之类的配合,整个项目规模之大绝对超出你的想象。 >> >> 单枪匹马,除非是djb, venema之类的大牛,否则只能是浪费时间。当然,如果你搞出来了,那你也成大牛了。 >> >> On 7/5/06, netkiller <openunix at 163.com> wrote: >> > >> > >> > 想用python 实现一个DHCP服务器如何? >> > >> > 哈哈.主要是想学学 255.255.255.255 广播协议的开发.:) >> > >> > DNS服务器也在考虑中..写这些基本的东东.能学到很多东西. >> > _______________________________________________ >> > 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 >> >> > > > -- > Best Regrads, > IQDoctor > -------------------------------------------------------------------------------- > _______________________________________________ > 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
2006年07月06日 星期四 10:09
To 浩: 我说话是比较冲,但是绝对是就事论事。这点在这里大家也都知道了。所以你呢也别有情绪。 个人感觉,DHCP这种东西不适合用Python写。也不适合一个人写,更不适合作为学习的项目写。 首先,这种服务器纯粹是玩raw socket,而Python处理的时候,还要先用struct处理,绕圈子了。这里与其用Pyhon,不如直接上C。 其次,用Python写的DHCP肯定是没人用的。DHCP属于安全性要求较高的服务,而Python由于源代码的公开性,因此并不适合用在这里。这一点跟DNS还不一样。DNS有一个动态域名的问题,因此Python的DNS服务器可能会有市场。而DHCP,恕我直言,我根本看不出Python实现的DHCP有什么吸引力。如果你辛辛苦苦开发了一个系统,注定是没人用的,那又有什么意义呢? 第三,工作量很大。DHCP服务器并不只是分配一个网络地址,子网掩码这么简单。作为一个像样的DHCP服务器,你至少要能relay,要能bootp,要可以发wins,支持pxe的启动。我还没说DNS了。这个工作量已经超出了学习的界线了。 重新发明轮子是学习的一种方法,但是你得找合适的轮子去发明。 On 7/5/06, 浩 <huanghao.c at gmail.com> wrote: > 按您那么说, python 也是重新发明轮子的举动。不敢苟同 > > > 在 06-7-6,shhgs<shhgs.efhilt at gmail.com> 写道: > > 算了吧。这纯属重新发明轮子的举动。 > > > > 此外,DHCP/BOOTP的协议非常复杂,就是RFC也够你看的了。再加上和DNS,WINS之类的配合,整个项目规模之大绝对超出你的想象。 > > > > 单枪匹马,除非是djb, venema之类的大牛,否则只能是浪费时间。当然,如果你搞出来了,那你也成大牛了。 > > > > On 7/5/06, netkiller <openunix at 163.com> wrote: > > > > > > > > > 想用python 实现一个DHCP服务器如何? > > > > > > 哈哈.主要是想学学 255.255.255.255 广播协议的开发.:) > > > > > > DNS服务器也在考虑中..写这些基本的东东.能学到很多东西. > > > _______________________________________________ > > > 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 > > > > > > > -- > Best Regrads, > IQDoctor > > _______________________________________________ > 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 > >
2006年07月06日 星期四 10:47
DHCP 更容易理解一些..除了DHCP我一时想不出什么东东用255.255.255.255发广播.route协议太复杂.HTTP,SMTP,POP,NNTP,IMAP我都实现过或做了一些例子,有点经验.但socket转二进制流.还没做过.还有UDP,广播等等..都不知从那入手.. 一次在网上看到DHCP协议方面的东东.所要想做一个试验..只要能分发IP就可以.:)哈哈.. 其实做什么都一样..只是为了学习..我再找找其它比DHCP还简单的协议. ----- Original Message ----- From: "shhgs" <shhgs.efhilt at gmail.com> To: <python-chinese at lists.python.cn> Sent: Thursday, July 06, 2006 10:09 AM Subject: Re: [python-chinese] 想用python 实现一个DHCP服务器如何? > To 浩: > > 我说话是比较冲,但是绝对是就事论事。这点在这里大家也都知道了。所以你呢也别有情绪。 > > 个人感觉,DHCP这种东西不适合用Python写。也不适合一个人写,更不适合作为学习的项目写。 > > 首先,这种服务器纯粹是玩raw socket,而Python处理的时候,还要先用struct处理,绕圈子了。这里与其用Pyhon,不如直接上C。 > > 其次,用Python写的DHCP肯定是没人用的。DHCP属于安全性要求较高的服务,而Python由于源代码的公开性,因此并不适合用在这里。这一点跟DNS还不一样。DNS有一个动态域名的问题,因此Python的DNS服务器可能会有市场。而DHCP,恕我直言,我根本看不出Python实现的DHCP有什么吸引力。如果你辛辛苦苦开发了一个系统,注定是没人用的,那又有什么意义呢? > > 第三,工作量很大。DHCP服务器并不只是分配一个网络地址,子网掩码这么简单。作为一个像样的DHCP服务器,你至少要能relay,要能bootp,要可以发wins,支持pxe的启动。我还没说DNS了。这个工作量已经超出了学习的界线了。 > > 重新发明轮子是学习的一种方法,但是你得找合适的轮子去发明。 > > > > > On 7/5/06, 浩 <huanghao.c at gmail.com> wrote: >> 按您那么说, python 也是重新发明轮子的举动。不敢苟同 >> >> >> 在 06-7-6,shhgs<shhgs.efhilt at gmail.com> 写道: >> > 算了吧。这纯属重新发明轮子的举动。 >> > >> > 此外,DHCP/BOOTP的协议非常复杂,就是RFC也够你看的了。再加上和DNS,WINS之类的配合,整个项目规模之大绝对超出你的想象。 >> > >> > 单枪匹马,除非是djb, venema之类的大牛,否则只能是浪费时间。当然,如果你搞出来了,那你也成大牛了。 >> > >> > On 7/5/06, netkiller <openunix at 163.com> wrote: >> > > >> > > >> > > 想用python 实现一个DHCP服务器如何? >> > > >> > > 哈哈.主要是想学学 255.255.255.255 广播协议的开发.:) >> > > >> > > DNS服务器也在考虑中..写这些基本的东东.能学到很多东西. >> > > _______________________________________________ >> > > 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 >> > >> > >> >> >> -- >> Best Regrads, >> IQDoctor >> >> _______________________________________________ >> 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
2006年07月06日 星期四 10:58
我估计 netkiller 这位兄台也仅仅是想通过做一个程序去了解,认识一些新的东西,而不是去做一个成熟的产品或者项目。 在 06-7-6,shhgs<shhgs.efhilt at gmail.com> 写道: > To 浩: > > 我说话是比较冲,但是绝对是就事论事。这点在这里大家也都知道了。所以你呢也别有情绪。 > > 个人感觉,DHCP这种东西不适合用Python写。也不适合一个人写,更不适合作为学习的项目写。 > > 首先,这种服务器纯粹是玩raw socket,而Python处理的时候,还要先用struct处理,绕圈子了。这里与其用Pyhon,不如直接上C。 > > 其次,用Python写的DHCP肯定是没人用的。DHCP属于安全性要求较高的服务,而Python由于源代码的公开性,因此并不适合用在这里。这一点跟DNS还不一样。DNS有一个动态域名的问题,因此Python的DNS服务器可能会有市场。而DHCP,恕我直言,我根本看不出Python实现的DHCP有什么吸引力。如果你辛辛苦苦开发了一个系统,注定是没人用的,那又有什么意义呢? > > 第三,工作量很大。DHCP服务器并不只是分配一个网络地址,子网掩码这么简单。作为一个像样的DHCP服务器,你至少要能relay,要能bootp,要可以发wins,支持pxe的启动。我还没说DNS了。这个工作量已经超出了学习的界线了。 > > 重新发明轮子是学习的一种方法,但是你得找合适的轮子去发明。 > > > > > On 7/5/06, 浩 <huanghao.c at gmail.com> wrote: > > 按您那么说, python 也是重新发明轮子的举动。不敢苟同 > > > > > > 在 06-7-6,shhgs<shhgs.efhilt at gmail.com> 写道: > > > 算了吧。这纯属重新发明轮子的举动。 > > > > > > 此外,DHCP/BOOTP的协议非常复杂,就是RFC也够你看的了。再加上和DNS,WINS之类的配合,整个项目规模之大绝对超出你的想象。 > > > > > > 单枪匹马,除非是djb, venema之类的大牛,否则只能是浪费时间。当然,如果你搞出来了,那你也成大牛了。 > > > > > > On 7/5/06, netkiller <openunix at 163.com> wrote: > > > > > > > > > > > > 想用python 实现一个DHCP服务器如何? > > > > > > > > 哈哈.主要是想学学 255.255.255.255 广播协议的开发.:) > > > > > > > > DNS服务器也在考虑中..写这些基本的东东.能学到很多东西. > > > > _______________________________________________ > > > > 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 > > > > > > > > > > > > -- > > Best Regrads, > > IQDoctor > > > > _______________________________________________ > > 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 > > -- Best regrads, IQDoctor
2006年07月06日 星期四 11:02
是的.是学习,充电. 不想干应用软件了,想转行.所以得充充电.. ----- Original Message ----- From: "浩" <huanghao.c at gmail.com> To: <python-chinese at lists.python.cn> Sent: Thursday, July 06, 2006 10:58 AM Subject: Re: [python-chinese] 想用python 实现一个DHCP服务器如何? > 我估计 netkiller 这位兄台也仅仅是想通过做一个程序去了解,认识一些新的东西,而不是去做一个成熟的产品或者项目。 > > > > 在 06-7-6,shhgs<shhgs.efhilt at gmail.com> 写道: >> To 浩: >> >> 我说话是比较冲,但是绝对是就事论事。这点在这里大家也都知道了。所以你呢也别有情绪。 >> >> 个人感觉,DHCP这种东西不适合用Python写。也不适合一个人写,更不适合作为学习的项目写。 >> >> 首先,这种服务器纯粹是玩raw socket,而Python处理的时候,还要先用struct处理,绕圈子了。这里与其用Pyhon,不如直接上C。 >> >> 其次,用Python写的DHCP肯定是没人用的。DHCP属于安全性要求较高的服务,而Python由于源代码的公开性,因此并不适合用在这里。这一点跟DNS还不一样。DNS有一个动态域名的问题,因此Python的DNS服务器可能会有市场。而DHCP,恕我直言,我根本看不出Python实现的DHCP有什么吸引力。如果你辛辛苦苦开发了一个系统,注定是没人用的,那又有什么意义呢? >> >> 第三,工作量很大。DHCP服务器并不只是分配一个网络地址,子网掩码这么简单。作为一个像样的DHCP服务器,你至少要能relay,要能bootp,要可以发wins,支持pxe的启动。我还没说DNS了。这个工作量已经超出了学习的界线了。 >> >> 重新发明轮子是学习的一种方法,但是你得找合适的轮子去发明。 >> >> >> >> >> On 7/5/06, 浩 <huanghao.c at gmail.com> wrote: >> > 按您那么说, python 也是重新发明轮子的举动。不敢苟同 >> > >> > >> > 在 06-7-6,shhgs<shhgs.efhilt at gmail.com> 写道: >> > > 算了吧。这纯属重新发明轮子的举动。 >> > > >> > > 此外,DHCP/BOOTP的协议非常复杂,就是RFC也够你看的了。再加上和DNS,WINS之类的配合,整个项目规模之大绝对超出你的想象。 >> > > >> > > 单枪匹马,除非是djb, venema之类的大牛,否则只能是浪费时间。当然,如果你搞出来了,那你也成大牛了。 >> > > >> > > On 7/5/06, netkiller <openunix at 163.com> wrote: >> > > > >> > > > >> > > > 想用python 实现一个DHCP服务器如何? >> > > > >> > > > 哈哈.主要是想学学 255.255.255.255 广播协议的开发.:) >> > > > >> > > > DNS服务器也在考虑中..写这些基本的东东.能学到很多东西. >> > > > _______________________________________________ >> > > > 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 >> > > >> > > >> > >> > >> > -- >> > Best Regrads, >> > IQDoctor >> > >> > _______________________________________________ >> > 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 >> >> > > > -- > Best regrads, > IQDoctor > -------------------------------------------------------------------------------- > _______________________________________________ > 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
2006年07月06日 星期四 14:33
On 7/5/06, netkiller <openunix at 163.com> wrote: > > 想用python 实现一个DHCP服务器如何? > > 哈哈.主要是想学学 255.255.255.255 广播协议的开发.:) > > DNS服务器也在考虑中..写这些基本的东东.能学到很多东西. > > 给你这个 http://twistedmatrix.com/trac/ -- simple is good http://brucewang.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060706/51086419/attachment.html
2006年07月08日 星期六 23:26
用Python写个支持几千人的企业级SMTP.POP3服务器有意义没有?我正在业余改twisted的mail,想改成与xmail( www.xmailserver.org)类似的功能 在06-7-6,shhgs <shhgs.efhilt at gmail.com> 写道: > > To 浩: > > 我说话是比较冲,但是绝对是就事论事。这点在这里大家也都知道了。所以你呢也别有情绪。 > > 个人感觉,DHCP这种东西不适合用Python写。也不适合一个人写,更不适合作为学习的项目写。 > > 首先,这种服务器纯粹是玩raw socket,而Python处理的时候,还要先用struct处理,绕圈子了。这里与其用Pyhon,不如直接上C。 > > > 其次,用Python写的DHCP肯定是没人用的。DHCP属于安全性要求较高的服务,而Python由于源代码的公开性,因此并不适合用在这里。这一点跟DNS还不一样。DNS有一个动态域名的问题,因此Python的DNS服务器可能会有市场。而DHCP,恕我直言,我根本看不出Python实现的DHCP有什么吸引力。如果你辛辛苦苦开发了一个系统,注定是没人用的,那又有什么意义呢? > > > 第三,工作量很大。DHCP服务器并不只是分配一个网络地址,子网掩码这么简单。作为一个像样的DHCP服务器,你至少要能relay,要能bootp,要可以发wins,支持pxe的启动。我还没说DNS了。这个工作量已经超出了学习的界线了。 > > 重新发明轮子是学习的一种方法,但是你得找合适的轮子去发明。 > > > > > On 7/5/06, 浩 <huanghao.c at gmail.com> wrote: > > 按您那么说, python 也是重新发明轮子的举动。不敢苟同 > > > > > > 在 06-7-6,shhgs<shhgs.efhilt at gmail.com> 写道: > > > 算了吧。这纯属重新发明轮子的举动。 > > > > > > 此外,DHCP/BOOTP的协议非常复杂,就是RFC也够你看的了。再加上和DNS,WINS之类的配合,整个项目规模之大绝对超出你的想象。 > > > > > > 单枪匹马,除非是djb, venema之类的大牛,否则只能是浪费时间。当然,如果你搞出来了,那你也成大牛了。 > > > > > > On 7/5/06, netkiller <openunix at 163.com> wrote: > > > > > > > > > > > > 想用python 实现一个DHCP服务器如何? > > > > > > > > 哈哈.主要是想学学 255.255.255.255 广播协议的开发.:) > > > > > > > > DNS服务器也在考虑中..写这些基本的东东.能学到很多东西. > > > > _______________________________________________ > > > > 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 > > > > > > > > > > > > -- > > Best Regrads, > > IQDoctor > > > > _______________________________________________ > > 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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060708/04704771/attachment.html
2006年07月09日 星期日 10:27
几千人还不到企业级。此外,企业级的邮件服务器,肯定不会用Python的。 倒是有个能支持百八十人,在局域网里做mail hub,同时支持web访问的服务器,我估计会很受欢迎。 On 7/8/06, wang dy <dongyang.wang at gmail.com> wrote: > 用Python写个支持几千人的企业级SMTP.POP3服务器有意义没有?我正在业余改twisted的mail,想改成与xmail(www.xmailserver.org)类似的功能 > > 在06-7-6,shhgs < shhgs.efhilt at gmail.com> 写道: > > To 浩: > > > > 我说话是比较冲,但是绝对是就事论事。这点在这里大家也都知道了。所以你呢也别有情绪。 > > > > 个人感觉,DHCP这种东西不适合用Python写。也不适合一个人写,更不适合作为学习的项目写。 > > > > 首先,这种服务器纯粹是玩raw > socket,而Python处理的时候,还要先用struct处理,绕圈子了。这里与其用Pyhon,不如直接上C。 > > > > > 其次,用Python写的DHCP肯定是没人用的。DHCP属于安全性要求较高的服务,而Python由于源代码的公开性,因此并不适合用在这里。这一点跟DNS还不一样。DNS有一个动态域名的问题,因此Python的DNS服务器可能会有市场。而DHCP,恕我直言,我根本看不出Python实现的DHCP有什么吸引力。如果你辛辛苦苦开发了一个系统,注定是没人用的,那又有什么意义呢? > > > > > 第三,工作量很大。DHCP服务器并不只是分配一个网络地址,子网掩码这么简单。作为一个像样的DHCP服务器,你至少要能relay,要能bootp,要可以发wins,支持pxe的启动。我还没说DNS了。这个工作量已经超出了学习的界线了。 > > > > 重新发明轮子是学习的一种方法,但是你得找合适的轮子去发明。 > > > > > > > > > > On 7/5/06, 浩 < huanghao.c at gmail.com> wrote: > > > 按您那么说, python 也是重新发明轮子的举动。不敢苟同 > > > > > > > > > 在 06-7-6,shhgs<shhgs.efhilt at gmail.com> 写道: > > > > 算了吧。这纯属重新发明轮子的举动。 > > > > > > > > > 此外,DHCP/BOOTP的协议非常复杂,就是RFC也够你看的了。再加上和DNS,WINS之类的配合,整个项目规模之大绝对超出你的想象。 > > > > > > > > 单枪匹马,除非是djb, > venema之类的大牛,否则只能是浪费时间。当然,如果你搞出来了,那你也成大牛了。 > > > > > > > > On 7/5/06, netkiller < openunix at 163.com> wrote: > > > > > > > > > > > > > > > 想用python 实现一个DHCP服务器如何? > > > > > > > > > > 哈哈.主要是想学学 255.255.255.255 广播协议的开发.:) > > > > > > > > > > DNS服务器也在考虑中..写这些基本的东东.能学到很多东西. > > > > > _______________________________________________ > > > > > 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 > > > > > > > > > > > > > > > > > -- > > > Best Regrads, > > > IQDoctor > > > > > > _______________________________________________ > > > 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 > > > > > > > _______________________________________________ > 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 > >
2006年07月09日 星期日 19:21
各位好: 请教一下,哪位在windows平台上使用过python win32com调用quicktime(不显示 qt的ui),通过url传给qt,来校验这个url是否能用qt播放。 哪位做过或有经验的话请指导一下哈 多谢!!! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060709/7c72d9e6/attachment-0001.html
2006年07月09日 星期日 19:40
百八十人?Python也太逊了吧,就算用inetd加perl写单线程的也绰绰有余了. 在06-7-9,shhgs <shhgs.efhilt at gmail.com> 写道: > > 几千人还不到企业级。此外,企业级的邮件服务器,肯定不会用Python的。 > > 倒是有个能支持百八十人,在局域网里做mail hub,同时支持web访问的服务器,我估计会很受欢迎。 > > > > On 7/8/06, wang dy <dongyang.wang at gmail.com> wrote: > > 用Python写个支持几千人的企业级SMTP.POP3服务器有意义没有?我正在业余改twisted的mail,想改成与xmail( > www.xmailserver.org)类似的功能 > > > > 在06-7-6,shhgs < shhgs.efhilt at gmail.com> 写道: > > > To 浩: > > > > > > 我说话是比较冲,但是绝对是就事论事。这点在这里大家也都知道了。所以你呢也别有情绪。 > > > > > > 个人感觉,DHCP这种东西不适合用Python写。也不适合一个人写,更不适合作为学习的项目写。 > > > > > > 首先,这种服务器纯粹是玩raw > > socket,而Python处理的时候,还要先用struct处理,绕圈子了。这里与其用Pyhon,不如直接上C。 > > > > > > > > > 其次,用Python写的DHCP肯定是没人用的。DHCP属于安全性要求较高的服务,而Python由于源代码的公开性,因此并不适合用在这里。这一点跟DNS还不一样。DNS有一个动态域名的问题,因此Python的DNS服务器可能会有市场。而DHCP,恕我直言,我根本看不出Python实现的DHCP有什么吸引力。如果你辛辛苦苦开发了一个系统,注定是没人用的,那又有什么意义呢? > > > > > > > > > 第三,工作量很大。DHCP服务器并不只是分配一个网络地址,子网掩码这么简单。作为一个像样的DHCP服务器,你至少要能relay,要能bootp,要可以发wins,支持pxe的启动。我还没说DNS了。这个工作量已经超出了学习的界线了。 > > > > > > 重新发明轮子是学习的一种方法,但是你得找合适的轮子去发明。 > > > > > > > > > > > > > > > On 7/5/06, 浩 < huanghao.c at gmail.com> wrote: > > > > 按您那么说, python 也是重新发明轮子的举动。不敢苟同 > > > > > > > > > > > > 在 06-7-6,shhgs<shhgs.efhilt at gmail.com> 写道: > > > > > 算了吧。这纯属重新发明轮子的举动。 > > > > > > > > > > > > 此外,DHCP/BOOTP的协议非常复杂,就是RFC也够你看的了。再加上和DNS,WINS之类的配合,整个项目规模之大绝对超出你的想象。 > > > > > > > > > > 单枪匹马,除非是djb, > > venema之类的大牛,否则只能是浪费时间。当然,如果你搞出来了,那你也成大牛了。 > > > > > > > > > > On 7/5/06, netkiller < openunix at 163.com> wrote: > > > > > > > > > > > > > > > > > > 想用python 实现一个DHCP服务器如何? > > > > > > > > > > > > 哈哈.主要是想学学 255.255.255.255 广播协议的开发.:) > > > > > > > > > > > > DNS服务器也在考虑中..写这些基本的东东.能学到很多东西. > > > > > > _______________________________________________ > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > -- > > > > Best Regrads, > > > > IQDoctor > > > > > > > > _______________________________________________ > > > > 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 > > > > > > > > > > > > _______________________________________________ > > 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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060709/cda434c0/attachment.html
2006年07月09日 星期日 21:06
不是Py逊,而是你写大了没人用。 Py的Twisted的web server能支持3000人的同时访问,但是除了zope之外,还像没有什么大企业真正在用。同样,如果是几千人规模的邮件服务器,凭什么用Py的?世面上的mail server还少吗?sendmail,qmail,postfix,exim,你有什么理由让别人放弃这些久经考验的系统,转而改用你的? 所以Py 的mail server亮点应该集中在两个地方,第一配置方便,第二功能合理。至于功能完善,能支持多少用户,这反而是其次的。你想,几千人的企业的系统管理员会不知道怎么配邮件服务器吗?只有那些小企业,根本没有专业的管理员,但是又有需求,因此很可能会选用Py 的。 On 7/9/06, wang dy <dongyang.wang at gmail.com> wrote: > 百八十人?Python也太逊了吧,就算用inetd加perl写单线程的也绰绰有余了. > > 在06-7-9,shhgs <shhgs.efhilt at gmail.com> 写道: > > 几千人还不到企业级。此外,企业级的邮件服务器,肯定不会用Python的。 > > > > 倒是有个能支持百八十人,在局域网里做mail hub,同时支持web访问的服务器,我估计会很受欢迎。 > > > > > > > > On 7/8/06, wang dy <dongyang.wang at gmail.com> wrote: > > > > 用Python写个支持几千人的企业级SMTP.POP3服务器有意义没有?我正在业余改twisted的mail,想改成与xmail(www.xmailserver.org)类似的功能 > > > > > > 在06-7-6,shhgs < shhgs.efhilt at gmail.com > 写道: > > > > To 浩: > > > > > > > > 我说话是比较冲,但是绝对是就事论事。这点在这里大家也都知道了。所以你呢也别有情绪。 > > > > > > > > 个人感觉,DHCP这种东西不适合用Python写。也不适合一个人写,更不适合作为学习的项目写。 > > > > > > > > 首先,这种服务器纯粹是玩raw > > > > socket,而Python处理的时候,还要先用struct处理,绕圈子了。这里与其用Pyhon,不如直接上C。 > > > > > > > > > > > > 其次,用Python写的DHCP肯定是没人用的。DHCP属于安全性要求较高的服务,而Python由于源代码的公开性,因此并不适合用在这里。这一点跟DNS还不一样。DNS有一个动态域名的问题,因此Python的DNS服务器可能会有市场。而DHCP,恕我直言,我根本看不出Python实现的DHCP有什么吸引力。如果你辛辛苦苦开发了一个系统,注定是没人用的,那又有什么意义呢? > > > > > > > > > > > > 第三,工作量很大。DHCP服务器并不只是分配一个网络地址,子网掩码这么简单。作为一个像样的DHCP服务器,你至少要能relay,要能bootp,要可以发wins,支持pxe的启动。我还没说DNS了。这个工作量已经超出了学习的界线了。 > > > > > > > > 重新发明轮子是学习的一种方法,但是你得找合适的轮子去发明。 > > > > > > > > > > > > > > > > > > > > On 7/5/06, 浩 < huanghao.c at gmail.com> wrote: > > > > > 按您那么说, python 也是重新发明轮子的举动。不敢苟同 > > > > > > > > > > > > > > > 在 06-7-6,shhgs<shhgs.efhilt at gmail.com> 写道: > > > > > > 算了吧。这纯属重新发明轮子的举动。 > > > > > > > > > > > > > > > > 此外,DHCP/BOOTP的协议非常复杂,就是RFC也够你看的了。再加上和DNS,WINS之类的配合,整个项目规模之大绝对超出你的想象。 > > > > > > > > > > > > 单枪匹马,除非是djb, > > > venema之类的大牛,否则只能是浪费时间。当然,如果你搞出来了,那你也成大牛了。 > > > > > > > > > > > > On 7/5/06, netkiller < openunix at 163.com > wrote: > > > > > > > > > > > > > > > > > > > > > 想用python 实现一个DHCP服务器如何? > > > > > > > > > > > > > > 哈哈.主要是想学学 255.255.255.255 广播协议的开发.:) > > > > > > > > > > > > > > DNS服务器也在考虑中..写这些基本的东东.能学到很多东西. > > > > > > > _______________________________________________ > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Best Regrads, > > > > > IQDoctor > > > > > > > > > > _______________________________________________ > > > > > 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 > > > > > > > > > > > > > > > > > _______________________________________________ > > > 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 > > > > > > > _______________________________________________ > 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 > >
Zeuux © 2025
京ICP备05028076号