Omry Yadan wrote: > the problem is that there is NO POOLING for sqlite connections. > > > from sqlite_backend.py : > > > class SQLiteConnection(ConnectionWrapper): > """Connection wrapper for SQLite.""" > > __slots__ = ['_active_cursors'] > poolable = have_pysqlite and os.name == 'nt' and sqlite_version >= 30301 > > > problem is that my linux is not an 'nt' :), so poolable is false.
This restriction has been introduced in [4493], as it seems to have been causing crashes. This seems to be due to a bug in pysqlite: http://oss.itsystementwicklung.de/trac/pysqlite/ticket/187 Unfortunately, there has been no activity on that ticket for 23 months... I'd be interested to know if you still get the crash if you enable pooling on linux. -- Remy
signature.asc
Description: OpenPGP digital signature
