|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Problem with python driver
From: Ola Natvig (lists
infosense.no)
Date: Wed Mar 16 2005 - 04:34:11 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello all
I'm currently developing a multithreaded python application which uses MaxDB
as database. It's been a very pleasant experience using MaxDB for the task.
However when running stress-tests on the system the application exits with a
segfault.
I'm using a connection pool to handle the connections, and I'm sure that no
threads are sharing the connections at the same time. For testing purposes
I've even wrapped the calls to the 'cursor.execute' with thread locks.
I've tried to figure out more specific when the problem occurs, I know the
program terminates when calls to a function which fetches data from the
result set. It's not possible to catch the error from within python.
Does anyone have a clue?
ola
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]