Re: [SQLObject] sqlite and threads - bug?

2007-07-04 Thread Oleg Broytmann
On Tue, Jul 03, 2007 at 11:37:40PM -0300, Humberto Diogenes wrote: > # @@: Do we care if we clobber another connection? > self.cachedURIs[uri] = conn Does it help if you coment out this? Oleg. -- Oleg Broytmannhttp://phd.pp.ru/[EMAIL PROTECTED]

Re: [SQLObject] sqlite and threads - bug?

2007-07-03 Thread Humberto Diogenes
Hi, guys! I was just sending a new e-mail to the list when I saw this thread. I was having problems recently with sqlobject+sqlite in CherryPy and Apache (traceback attached), and noticed they started after a change from sqlobject.sqlite.sqliteconnection.SQLiteConnection (which was issu

Re: [SQLObject] sqlite and threads

2007-06-06 Thread jonhattan
Simon Cross escribió: > On 6/5/07, jonhattan <[EMAIL PROTECTED]> wrote: >> The memory grows and grows indefinitely. If I change to postgres the >> problem dissapear. I've searched a lot about sqlobject+sqlite and >> threading without finding a solution. > > I imagine that the important difference b

Re: [SQLObject] sqlite and threads

2007-06-05 Thread Simon Cross
On 6/5/07, jonhattan <[EMAIL PROTECTED]> wrote: > The memory grows and grows indefinitely. If I change to postgres the > problem dissapear. I've searched a lot about sqlobject+sqlite and > threading without finding a solution. I imagine that the important difference between Postgres and Sqlite is

[SQLObject] sqlite and threads

2007-06-05 Thread jonhattan
Hi all, I've a little program to perform a massive import of data into a sqlite database. As the data I process come from internet connections, I've opted to implement it with threads, to not get stalled waiting for each internet request to return the data. The memory grows and grows indefini