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]
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
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
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
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