I wrote a simple tool that could take Web logs and replay them against a server in "real time". I was performance testing my Web app over t...
MySQLdb(mysql-python)の現在の安定版である1.2.2はユニコード処理関連でメモリー・リークがあるとのことなので、SQLAlchemyから使う場合は、ここに書いてある通り、use_unicode=0オプションを渡してエンジンを生成すること。SQLAlchemyがUnicode, UnicodeTextのカラムは自動的にエンコード・デコードしてくれるので、このオプションを追加しても、SAのテーブル定義に問題がなければアプリケーションには影響が及ばないはず。 engine = create_engine('mysql://scott:tiger@localhost/test?charset=utf8&use_unicode=0', pool_recycle=3600) 詳細は下記のページを参照。http://www.sqlalchemy.org/trac/wiki/Datab
MySQL-python-1.2.2.win32-py2.6.exeIf anyone need: MySQL-python-1.2.2.win32-py2.6.exe http://home.netimperia.com/files/misc/MySQL-python-1.2.2.win32-py2.6.exe RE: MySQL-python-1.2.2.win32-py2.6.exeTHANK YOU :-)))))))))) monk.e.boy http://teethgrinder.co.uk/open-flash-chart-2/RE: MySQL-python-1.2.2.win32-py2.6.exeDoes not work for me. I used clean Windows XP system 1. Installed Python26
MySQLdb is a Python DB API-2.0-compliant interface; see PEP-249 for details. For up-to-date versions of MySQLdb, use the homepage link. Supported versions: * MySQL versions from 3.23 to 5.5; 5.0 or newer recommended. MariaDB should also work. * Python versions 2.4-2.7; Python 3 support coming soon. ZMySQLDA is a Database Adapter for Zope2.
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く