E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
stackless
stackless
+ twisted 编程模型
#-*-encoding:utf-8-*- """ 通过tasklet构造的对象只是加入调度队列,必须等待schedule, 真正执行队列即执行可以通过四个方法:
stackless
.run(),
stackless
.schedule
vinrex
·
2014-07-02 14:00
python-
stackless
-安装
1.下载
stackless
以python2.65为例,版本不同的可相应修改#cd/usr/src#wgethttp://www.
stackless
.com/binaries/
stackless
-265-
深蓝苹果
·
2014-07-01 16:00
python
stackless
Python 第二课 使用 Python 进行线程编程
除了标准库之外,还有一些第三方的解决方案,例如Twisted、
Stackless
和进程模块。本文重点关注于使用Python的线程,并使用了一些实际的示例进行说明。
shuyun123456789
·
2014-04-08 00:00
编译自定义pypy解释器,独立运行pyc
众所周知,pypy执行效率要高出cpython5~10倍,特别在网络并发方面,融合了
stackless
,最新基于python2.7的2.3版本比较稳定,基本上可以用于生产环境。
vinrex
·
2014-04-02 15:00
python爬虫
一般让爬虫在一个进程内多线程并发,有几种方法:
Stackless
:StacklessPython是Python的一个增强版本。
shaohan
·
2014-03-21 11:00
Stackless
Python 是什么--作者采访
一直没明白
Stackless
Python什么意思,看到这一段3年前对作者的采访译文(原文找不到),稍微有点理解了。但现在StacklessPython感觉没怎么更新了。
Honghe
·
2013-11-04 21:00
python
【转】Python几种并发实现方案的性能比较
Stackless
python: a first benchma
MaxOmnis
·
2013-10-15 11:00
python
使用 Python 进行线程编程
除了标准库之外,还有一些第三方的解决方案,例如Twisted、
Stackless
和进程模块。本文重点关注于使用Python的线程,并使用了一些实际的示例进行说明。
清心糖
·
2013-08-22 19:00
python 并发编程
python并发除了直接基于编译内核的
Stackless
python还有比较突出的一些例如gevent,eventletgreenlet等,主要概念是协程。
yatere
·
2013-03-27 21:00
Python几种并发实现方案的性能比较
Stackless
python: a first benchmark, 对Erlang和
Stackless
Python的并发处理性能进行了实验比较,基本结论认为二者有比较相近的性能。
san_yun
·
2013-03-18 21:00
python
【整理】Python之JIT、Django、Greenlet和
Stackless
【JIT】即时编译(Just-in-timecompilation),又称为动态编译,是一种提高程序运行效率的方法。通常程序有两种编译方式:静态编译与动态编译(直译)。在静态编译中,程序在执行前全部被翻译为机器码,而动态直译则是边运行边翻译。即时编译器则混合了这二者,一句一句编译源代码,但是会将翻译过的代码缓存起来以降低性能损耗。相对于静态编译代码,即时编译的代码可以处理延迟绑定并增强安全性。即时
摩云飞
·
2012-11-06 19:00
django
JIT
stackless
greenlet
Pickling
tasklet
非栈式编程库
stackless
也可以看这里:http://lcwangchao.github.com/Python/2012/09/10/
stackless
/
Stackless
是python的一个增强版本,我们可以把它看做
lc_wangchao
·
2012-09-10 15:00
stack
Python实现线程池
在Python中使用线程是有硬伤的,因为Python(这里指C语言实现的Python)的基本调用都最后生成对应C语言的函数调用,因此Python中使用线程的开销太大,不过可以使用
Stackless
Python
san_yun
·
2012-08-17 14:00
python
【开发日志】CarbonIO与BlueNet:下一代的网络技术
Stackless
是在Python基础上编写的一套微线程框架,它能在不产生大量Python自身额外开销的情况下同时容纳数百万条的线程。
luowei31
·
2012-05-17 19:00
python
网络技术
EVE
CarbonIO
BlueNet
python greenlet 轻量级并行处理
python有一个非常有名的库叫做
stackless
,用来做并发处理,主要是弄了个叫做tasklet的微线程的东西,而g
luoweifeng1989
·
2011-08-28 00:00
编程
python
语言
import
lisp
pythonbrew - Python多版本管理利器
相信不少人在自己机器上有多个Python版本,我的机器上Python有四个版本:2.5.x、2.6.x、2.7和
stackless
。
岭南六少
·
2011-08-06 10:00
python
Python与AS3 socket连接
在使用python的时候我选择的是python-2.6-
stackless
.msi和pywin32-214.win32-py2.6.exe进行安装使用的 Python 提供了两个基本的 socket
wsliujian
·
2010-12-10 10:00
应用服务器
socket
python
网络应用
Flash
软硬件方案
stackless
),模式匹配.劣:调用(使用栈,浪费空间), 数据提交:0,流提交(免解码);1,服务器提交===用户体验===请求已经发出去了;2,无脚本;3,快速验证(错误频率记忆===》检查项目顺序调整
刘小兵2014
·
2010-12-10 06:00
stackless
vs greentlet source
EmulatingStacklessPythonusinggreenlethttp://ptspts.blogspot.com/2010/01/emulating-
stackless
-python-using.htmlSynclessisanon-blocking
·
2010-08-20 14:00
source
需要学习的
今日和felinx聊天,发现有很多东西要了解 greenlet (
stackless
python的副产品) gevent (超快) 关于coroutine http://www.python.org
jasongreen
·
2010-08-11 15:00
Web
python
Google
performance
GAE
python stackeless 自动安装脚本
dev-yapt-getinstalllibssl-dev-yapt-getinstalllibdb-dev-yapt-getinstalllibbz2-dev-yapt-getinstallbuild-essential-ycd/usr/srcwgethttp://www.
stackless
chenyinggang
·
2010-07-23 18:00
python
脚本
UBUNTU10.04安装
stackless
python运行高性能服务器
下载
stackless
查看网址http://zope.
stackless
.com/download/sdocument_view#cd/usr/src#wgethttp
chenyinggang
·
2010-05-19 10:00
框架
python
ubuntu
服务器
bash
Path
Erlang 消息接口和
Stackless
Python 的 Channel 比较
简单例子:#摘自:http://www.
stackless
.com/wiki/ChannelsimportstacklessdefSending(channel):print"sending"channel.send
qiezi
·
2009-10-12 10:00
Erlang
Python
多线程
C
C++
Erlang 消息接口和
Stackless
Python 的 Channel 比较
Erlang 和
Stackless
Python 有一定相似之处,都使用轻量级线程和消息传递(
Stackless
Python 当然也可以使用共享变量)。
qiezi
·
2009-10-12 10:00
多线程
C++
c
python
erlang
Gamebryo2.5 和
stackless
Python的联合调试配置
1.安装stacklessPython2.5 地址: http://www.
stackless
.com/binaries/python-2.5.2-
stackless
.msi 注意:如果需要在
vibilin
·
2009-08-29 09:00
编译
stackless
python
1.下载stacklesspython 源代码地址:http://www.
stackless
.com/binaries/
stackless
-262-export.tar.bz2 依赖库地址
vibilin
·
2009-08-26 22:00
微线程---
Stackless
Python
软件下载网址:www.
stackless
.com 2)
stackless
模块的tasklet对象>>>importstackless>>>defshow():print'StacklessPython
xiaomage234
·
2009-07-02 12:00
python的音乐本地搜索统计的小工具(速度优化版)
加入了
stackless
微线程,速度大大的提高!!
zengleo
·
2009-07-01 13:00
python
OS
F#
音乐
stackless
pyton微线程随笔
h(): print "hello" def h2(): print "heoooo" 导入微线程: import
stackless
zengleo
·
2009-05-01 18:00
python
笔记:安装
Stackless
/configure--prefix=/opt/
stackless
--with-readline--with-zlib=/usr/includemakemakeinstall
d_yang
·
2009-04-24 21:00
stackless
python
[email protected]
邮箱:
[email protected]
邮箱:
[email protected]
时间:2006年7月7日时间:2007年9月23日原文地址目录1介绍1.1为什么要用
stackless
1.1.1
shake863
·
2008-11-26 18:00
Python
编程
多线程
游戏
C#
stackless
python
Stackless
Python 并发式编程介绍 作者: Grant Olson 翻译: Lych 校对
shake863
·
2008-11-26 18:00
多线程
游戏
编程
python
C#
python 微线程
9.4 微线程—
Stackless
Python
Stackless
Python是Python的一个增强版本。
shake863
·
2008-11-26 18:00
多线程
编程
windows
python
脚本
在公司推销
Stackless
python的ppt
Stackless
python作者有感而发 , "要惜眼前人" Even I as a Python aficionado am sometimes baffled in light
zuroc
·
2008-11-02 19:00
多线程
python
Ruby
qt
firefox
在公司推销
Stackless
python的ppt
阅读更多见附件,复制一段出来分享Erlangvs.Stacklesspython作者有感而发,"要惜眼前人"EvenIasaPythonaficionadoamsometimesbaffledinlightofthegemsthatcanbefoundinthePythontreasuretrove连我这种的Python铁杆都有时都被从Python这块埋宝地中挖出来的钻雷到.ThePythonco
zuroc
·
2008-11-02 19:00
Python
Qt
Firefox
Ruby
多线程
Stackless
python 好用之处的一个简单演示:并发抓网页
import
stackless
import stacklesssocket stacklesssocket.install() import urllib2 def test_urllib2
zuroc
·
2008-11-02 12:00
python
使用 Python 进行线程编程
除了标准库之外,还有一些第三方的解决方案,例如Twisted、
Stackless
和进程模块。本文重点关注于使用Python的线程,并使用了一些实际的示例进行说明。
starxu85
·
2008-10-12 18:00
JOIN
工作
python
数据挖掘
url
import
rpyc 3.0 one demo(使用
stackless
或者 Thread)
python中有一般的线程和一个微线程的
stackless
,我比较喜欢
stackless
。 代码中
STACKLESS
=1为使用
stackless
,
STACKLESS
=0为使用线程。
seewind
·
2008-08-26 13:21
python
职场
休闲
rpyc
rpyc 3.0 one demo(使用
stackless
或者 Thread)
python中有一般的线程和一个微线程的
stackless
,我比较喜欢
stackless
。代码中
STACKLESS
=1为使用
stackless
,
STACKLESS
=0为使用线程。
seewind
·
2008-08-26 13:21
职场
休闲
python
Python
python:使用greenlet模拟
stackless
greenlet好像是
stackless
的副产品,是python的一个扩展模块。它的使用与
stackless
不太一样。根据自己对
stackless
的理解,编写了glstackless.py模块。
seewind
·
2008-07-29 12:41
职场
休闲
python
Python
python:使用greenlet模拟
stackless
greenlet好像是
stackless
的副产品,是python的一个扩展模块。它的使用与
stackless
不太一样。根据自己对
stackless
的理解,编写了glstackless.py模块。
seewind
·
2008-07-29 12:41
python
职场
休闲
psp下玩转python
在我的psp平台(3.71)上运行
stackless
2.
A life of continued exploration is a life worth living.
·
2008-07-24 12:00
如何在windows下安装pygtk?
1.安装环境windowsxp 2.安装包版本和下载地址python-2.5.2.msi 或python-2.5.2-
stackless
.msihttp://www.
stackless
.com/binaries
liuyuan_jq
·
2008-07-08 09:00
windows
python
XP
import
gtk
如何在windows下安装pygtk?
1.安装环境 windows xp 2.安装包版本和下载地址 python-2.5.2.msi 或 python-2.5.2-
stackless
.msi http://www.
stackless
.com
wapysun
·
2008-07-08 09:00
windows
.net
python
XP
Python一些网址
阅读更多Python:www.python.orgActivePython:www.activestate.comStacklessPython:www.
stackless
.comIronPython:
23号
·
2008-07-02 08:00
Python
wxPython
Qt
Django
Web
Python一些网址
Python: www.python.org ActivePython: www.activestate.com
Stackless
Python: www.
stackless
.com IronPython
23号
·
2008-07-02 08:00
Web
python
django
qt
wxPython
Python一些网址
Python: www.python.org ActivePython: www.activestate.com
Stackless
Python: www.
stackless
.com IronPython
23号
·
2008-07-02 08:00
Web
python
django
qt
wxPython
Python一些网址
u1/42287/showart_444280.htmlPython:www.python.orgActivePython:www.activestate.comStacklessPython:www.
stackless
.comIronPython
3444542
·
2008-03-04 14:00
#Python
有在
Stackless
Python (or PyPy)上实现的开源Web Server吗?
阅读更多也许HTTPServer的实现并不是很难。很多语言的开发库都自带有内置的HTTPServer。Ruby开发框架Cerise也自带有一个Ruby开发的WebServer。Python语言很早就有了虚拟机。很多PythonWeb开发框架都带有一个内置的WebServer。这些WebServer都是基于Python语言开发的。我没有发现一个基于StacklessPython开发的WebServe
buaawhl
·
2008-02-24 15:00
Python
Web
Erlang
nginx
Ruby
有在
Stackless
Python (or PyPy)上实现的开源Web Server吗?
阅读更多也许HTTPServer的实现并不是很难。很多语言的开发库都自带有内置的HTTPServer。Ruby开发框架Cerise也自带有一个Ruby开发的WebServer。Python语言很早就有了虚拟机。很多PythonWeb开发框架都带有一个内置的WebServer。这些WebServer都是基于Python语言开发的。我没有发现一个基于StacklessPython开发的WebServe
buaawhl
·
2008-02-24 15:00
Python
Web
Erlang
nginx
Ruby
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他