This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Memory problem


On Thu, 2005-12-08 at 15:08 -0800, Boehm, Hans wrote:
> That's a standing issue.  Currently it's not recommended that you create
> a thread from C++ code and then run Java in it.  At least if the thread
> creation is done in a library outside your control, so that it can't be
> turned into a GC_pthread_create.  We're slowly moving towards a
> solution.

We need this for RSSOwl, Eclipse and perhaps more.

I proposed a solution here:
https://www.redhat.com/archives/fedora-devel-java-list/2005-July/msg00009.html

Is this the kind of solution you're looking at?

Thanks,

AG



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]