- Original Message -
From: J.O. Williams <[EMAIL PROTECTED]>
Sent: Saturday, March 24, 2001 12:27 AM
Subject: Re: font properties again.
> >
> > Wayne,
> >
> > regarding the font problem, this solution worked for me:
> > http://www.jguru.com/faq/view.jsp?EID=229424
> >
> > i don't know
On Sun, 25 Mar 2001, Tim Hanson wrote:
> That sound like the problem. If you look at my sig you`ll see that I`m not
> exactly overpowered in the memory department.
>
> Is there a way to get control over the gc? ie to make it run when I want?
System.gc() will make a suggestion to the JVM that ru
Hi Joi
Joi Ellis wrote this on 25-Mar-01 at 04:56:46
> On Sun, 25 Mar 2001, Tim Hanson wrote:
>
>> This all works as expected most of the time but occasionally (1 time in 10)
>> everything slows down appallingly and takes about 4 times as long. Also
>> when this happens I loose all multitasking
[...]
> Does this sound familiar to anyone?
> I`ve tried fiddling with the algorithm but cannot irradicate the problem. Can
> anyone suggest anything I should try?
Hm, the only solution I know to suspend all running Threads is when the gc is
running...
Perhaps you are using a lot of memory, so