Python论坛  - 讨论区

标题:[python-chinese] 有python写的数据库连接池的例子可以参考一下吗

2006年10月16日 星期一 22:19

feihu_roger feihu_roger在yahoo.com.cn
星期一 十月 16 22:19:36 HKT 2006

简单的就可以了。



__________________________________________________
赶快注册雅虎超大容量免费邮箱?
http://cn.mail.yahoo.com

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

2006年10月16日 星期一 23:31

Ivan Diao adieu在adieu.cn
星期一 十月 16 23:31:14 HKT 2006

如果说统一的连接方法的话,python有统一的Python Database API,可以参考http://www.python.org/dev/peps/pep-0249/最近尝试用python去mssql中读一些数据,尝试了pymssql和sqlalchemy。感觉都蛮方便的。给你一段pymssql代码做参考吧。import pymssqlcon = pymssql.connect(host='localhost',user='sa',password='123456',database='db')cur = con.cursor()query="select * from doc"cur.execute(query)result=cur.fetchall()print result最后的result对象是一个list。> Date: Mon, 16 Oct 2006 22:19:36 +0800> From: feihu_roger在yahoo.com.cn> To: python-chinese在lists.python.cn> Subject: [python-chinese] 有python写的数据库连接池的例子可以参考一下吗?> > 简单的就可以了。> > > > __________________________________________________> 赶快注册雅虎超大容量免费邮箱?> http://cn.mail.yahoo.com> _______________________________________________> python-chinese> Post: send python-chinese在lists.python.cn> Subscribe: send subscribe to python-chinese-request在lists.python.cn> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn> Detail Info: http://python.cn/mailman/listinfo/python-chinese
_________________________________________________________________
All-in-one security and maintenance for your PC.  Get a free 90-day trial!
http://www.windowsonecare.com/purchase/trial.aspx?sc_cid=wl_wlmail
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20061016/172a34ee/attachment.html 

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

2006年10月17日 星期二 08:21

feihu_roger feihu_roger在yahoo.com.cn
星期二 十月 17 08:21:20 HKT 2006

这儿pymysql和mysqldb的语法完全是一模一样的。
现在的情况是在写一个后台的daemon程序,一直在运行,接收客户的请求,然后在
数据库中查询,所以希望是有数据库连接池来实现。如果不考虑sql realy。就想
自己来实现一个。比如daemon启动的时候。首先连接db N次,有一个连接句柄lis
t。然后客户端每个请求过来,都从list中请求一个句柄。执行完了,返回list。
大概思路就是这样。不知道大家认为如何。

里面我现在觉的有个问题就是,要考虑断线自动重连的问题。


> 如果说统一的连接方法的话,python有统一的Python Database API,可以参考http://www.python.org/dev/peps/pep-0249/最近尝试用python去mssql中读一些数据,尝试了pymssql和sqlalchemy。感觉都蛮方便的。给你一段pymssql代码做参考吧。import pymssqlcon = pymssql.connect(host='localhost',user='sa',password='123456',database='db')cur = con.cursor()query="select * from doc"cur.execute(query)result=cur.fetchall()print result最后的result对象是一个list。> Date: Mon, 16 Oct 2006 22:19:36 +0800> From: feihu_roger在yahoo.com.cn> To: python-chinese在lists.python.cn> Subject: [python-chinese] 有python写的数据库连接池的例子可以参考一下吗?> > 简单的就可以了。> > > > __________________________________________________> 赶快注册雅虎超大容量免费邮箱?> http://cn.mail.yahoo.com> _______________________________________________> python-chinese> Post: send python-chinese在lists.python.cn> Subscribe: send subscribe to python-chinese-request在lists.python.cn> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn> Detail Info: http://python.cn/mailman/listinfo/python-chinese
> _________________________________________________________________
> All-in-one security and maintenance for your PC.  Get a free 90-day trial!
> http://www.windowsonecare.com/purchase/trial.aspx?sc_cid=wl_wlmail


__________________________________________________
¸Ï¿ì×¢²áÑÅ»¢³¬´óÈÝÁ¿Ãâ·ÑÓÊÏä?
http://cn.mail.yahoo.com

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

2006年10月17日 星期二 13:20

interhui interhuiyg在163.com
星期二 十月 17 13:20:15 HKT 2006

请问各位国内有哪个空间是支持Django的?收费免费的都行

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061017/70e84faa/attachment.html 

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号