- 浏览: 100635 次
- 性别:
- 来自: HK
文章分类
最新评论
-
Mr.小裤裤:
谢谢,
我生日过的很快乐,
o(∩_∩)o...
system badimageformatexception and its partial solution
最近 找了一些 关于python在networking的library。从最早用的twisted,到国人写的 eurasia 3,还有别的。
总的来说,大部分在Linux下表现良好,但是在windows下表现一般,甚至有些并不支持windows。
目前windows下最高效的异步io 就是 iocp了。经过研究,发现似乎很少有第三方的语言包会直接支持这个。是不是iocp过于复杂,难以做一个跨平台 同时支持epoll 和 iocp的库呢? 好像是,,又好像不是。。
我注意到 boost asio是支持iocp的, 而 ice里面的 glacier2router最新版本 也同时支持epoll和iocp。理论上在此基础上做一个包装,应该是可行......
说回到 mono。。我上次在maillist发现有人说 用 socketasyncargs 比 iasyncresult 差了很多。很奇怪的现象....
Java据说也是要到7 才会支持 iocp。。之前使用 thread pool+select的。不过没看过源码,不知道如何。从zeroc的测试来看应该不是iocp. cpu占用率还是奇高无比.....
目前暂时在我手头能用的 还真的就是 .net自带的async socket和 boost asio鸟............
ACE不在考虑范围内..
发表评论
-
static building lxml
2014-08-13 19:15 828well it is not really straig ... -
build pyrun/python from source
2014-08-01 19:39 593quite easy on ubuntu. 1: ... -
build apsw manually
2014-01-06 01:22 552download sqlite sources and co ... -
python, vs 2010 & manifest problem
2013-11-02 13:33 636It looks like python com ... -
numpy 1.7.0 fails with cx_freeze 4.3.1
2013-02-24 16:13 859It is a work around: find ... -
build psycopg2 on windows with mingw64
2013-01-03 20:36 977caution: version match problem. ... -
Determining if a point lies on the interior of a polygon
2012-09-25 02:23 687link: http://paulbourke.net/geo ... -
pypy的一个测试
2012-06-09 16:15 1614pypy-1.9 昨天已经发布,据称性能又有所提高。 ... -
a naive way to use dictcursor of psycopg2 with twisted adbapi
2012-05-03 03:14 1177make a new file called fakedb.p ... -
build psycopg2 on windows with vs
2012-05-02 02:16 872prerequisites: 1: postgresq ... -
twisted iocp reactor is still buggy---it was fixed on 23/10/2012
2012-03-19 14:53 1265I reported a bug on last wee ... -
One way to speed up Pb invoke.
2012-03-14 21:31 853Pb (stands for Perspecti ... -
change buffer size in order to send chunks data in ampoule
2011-12-03 16:08 810ampoule use name pipe to commun ... -
which one is thread safe?
2011-09-21 12:31 924quote: It's not so much tha ... -
cython的另类用途
2011-08-04 02:30 1590都知道py虽然方便但是却有个不是问题的问题:就是发布时的二进制 ... -
instructions for installing some python's pkgs on ubuntu
2011-07-23 00:54 788make sure python-dev, gcc and o ... -
a tedious way to build the latest pytables
2011-07-17 03:33 723pyTables is a great product. It ... -
再谈twisted
2011-06-29 17:03 1443现在我手头用的是11.0。 很好。没什么很大的问题,原来的版本 ... -
cython的效果
2011-06-29 00:29 813我有个用py写的 crc-ccitt的验证程序(实现效率并不高 ... -
the simplest way to use vs 2010 with python
2011-06-03 15:48 680edit py/Lib/distutils/msvc9comp ...
相关推荐
Foundations of Python Network Programming, Third Edition, covers all of the classic topics found in the second edition of this book, including network protocols, network data and errors, email, server...
http://www.amazon.com/Foundations-Python-Network-Programming-Brandon/dp/1430258543 这本书是2014年底出版的,基于最新的 ...you how Python 3 can best be used to solve modern network programming problems.
Foundations of Python Network Programming 书中用例比较多,都是些短小精悍型的,所以很容易读进去,适合初学者。
1. Python网络编程: 文档标题和描述提到的“Python Network Programming Cookbook”表明这本书是关于Python编程语言在进行网络编程方面的实践指南。网络编程是指编写能够通过网络与其他系统进行交互的应用程序的过程...
Apress, Foundations of Python Network Programming,Python网络编程基础,第三版,2014
"Python Network Programming Cookbook, 2nd Edition" ISBN: 1786463997 | 2017 | PDF | 442 pages | 15.41 MB Key Features Solve real-world tasks in the area of network programming, system/networking ...
Python Network Programming Cookbook(2nd) 英文无水印pdf 第2版 pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有...
本书《Python Network Programming Cookbook》由Packt Publishing出版,是关于Python网络编程的详尽指导大全,作者是Dr.M.O.Faruque Sarker。本书为读者提供了70多个详细的食谱,用以开发针对各种现实世界网络编程...
Chapter 1, Sockets, IPv4, and Simple Client/Server Programming, introduces you to Python's core networking library with various small tasks and enables you to create your first clientserver ...
Although Python 3 is still establishing itself as the successor to Python 2, version 3 is the future of the language, and we want to demonstrate that it is ready for network programming prime time....
Python Network Programming Cookbook Paperback: 234 pages Publisher: CreateSpace Independent Publishing Platform (January 18, 2015) Language: English An easy-to-follow guide full of hands-on examples...
If you're a Python developer or a system administrator with Python experience and you're looking to take your first steps in network programming, then this book is for you. Basic knowledge of Python ...
《Python网络编程基础》是一本深入探讨Python在网络编程领域应用的专业书籍,旨在帮助开发者掌握如何利用Python构建网络应用程序和工具。这本书涵盖了广泛的网络编程概念和技术,包括TCP、UDP、HTTP、SMTP、FTP等...