Python论坛  - 讨论区

标题:[python-chinese] PYTHON程序中怎样控制对CPU的占用?

2005年04月21日 星期四 21:41

python leo python.leo at gmail.com
Thu Apr 21 21:41:57 HKT 2005

动不动就要占用80%以上CPU,是有点汗....

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

2005年04月21日 星期四 21:48

fla liu fla.liu at gmail.com
Thu Apr 21 21:48:17 HKT 2005

那负载一定很重了 ?建议升级硬件吧

On 4/21/05, python leo <python.leo at gmail.com> wrote: 
> 
> 动不动就要占用80%以上CPU,是有点汗....
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050421/b2102de8/attachment.html

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

2005年04月21日 星期四 21:53

lihui lihuimail at gmail.com
Thu Apr 21 21:53:52 HKT 2005

试试这个,只能用在windows下

try: 
	import ctypes
	kernel32 = ctypes.windll.kernel32
	thread = kernel32.GetCurrentThread()
	kernel32.SetThreadPriority(thread, -50)
	#print "Thread priority lowered."
except ImportError: 
	pass


在05-4-21,fla liu<fla.liu at gmail.com> 写道:
> 那负载一定很重了 ?建议升级硬件吧
> 
> On 4/21/05, python leo <python.leo at gmail.com> wrote: 
> > 动不动就要占用80%以上CPU,是有点汗....
> > 
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> > 
> > 
> > 
> 
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
my gmail:lihuimail(at)gmail.com

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号