Re: do the Java and Python garbage collectors talk to each other, with JCC?

2010-08-25 Thread Bill Janssen
Andi Vajda wrote: > > On Tue, 24 Aug 2010, Bill Janssen wrote: > > > I'm starting to see traces like the following in my UpLib (OS X 10.5.8, > > 32-bit Python 2.5, Java 6, JCC-2.6, PyLucene-2.9.3) that indicate an > > out-of-memory issue. I spawn a lot of short-lived threads in Python, > > and

Re: do the Java and Python garbage collectors talk to each other, with JCC?

2010-08-24 Thread Andi Vajda
On Tue, 24 Aug 2010, Bill Janssen wrote: I'm starting to see traces like the following in my UpLib (OS X 10.5.8, 32-bit Python 2.5, Java 6, JCC-2.6, PyLucene-2.9.3) that indicate an out-of-memory issue. I spawn a lot of short-lived threads in Python, and each of them is "attached" to Java, and

do the Java and Python garbage collectors talk to each other, with JCC?

2010-08-24 Thread Bill Janssen
I'm starting to see traces like the following in my UpLib (OS X 10.5.8, 32-bit Python 2.5, Java 6, JCC-2.6, PyLucene-2.9.3) that indicate an out-of-memory issue. I spawn a lot of short-lived threads in Python, and each of them is "attached" to Java, and "detached" after the "run" method returns.