RE: 2.4 kernel and threads

2001-01-11 Thread KIRKBRIDE Rob
17:41 > To: scott murray; KIRKBRIDE Rob ([EMAIL PROTECTED]) > Cc: [EMAIL PROTECTED] > Subject: Re: 2.4 kernel and threads > > > > On a related note, what is the difference between "buffered" and > "cached" memory? I've noticed that with 2.4.0 there is b

RE: java questions

2001-01-05 Thread KIRKBRIDE Rob
> -Original Message- > From: [EMAIL PROTECTED] > Sent: 04 January 2001 18:28 > To: [EMAIL PROTECTED]; KIRKBRIDE Rob > ([EMAIL PROTECTED]) > Subject: java questions > > > > Hi, > I have an interest in learning Java and as a first step I > have install

RE: Unable to run SUn Java JDK v 1.3.0 on Linux

2000-12-18 Thread KIRKBRIDE Rob
IL PROTECTED]; KIRKBRIDE Rob > ([EMAIL PROTECTED]) > Subject: Unable to run SUn Java JDK v 1.3.0 on Linux > > > > I downloaded Sun JDK Standard Edition v 1.3.0 for Linux and executed > the shell script sh ./j2sdk-1_3_0-forte_ce-1_0_2-linux.sh. It > extracted > all the fi

RE: Socket Exception out of Nowhere !!

2000-12-15 Thread KIRKBRIDE Rob
; Sent: 15 December 2000 11:08 > To: udo k schuermann; KIRKBRIDE Rob ([EMAIL PROTECTED]) > Cc: [EMAIL PROTECTED] > Subject: Re: Socket Exception out of Nowhere !! > > > > Phew, I thought someone unsubscribed me from the list because of > the question, I had not received

RE: follow-up Re: UnknownHostException

2000-12-08 Thread KIRKBRIDE Rob
age- > From: Nancy F. Maniquis > Sent: 08 December 2000 15:08 > To: [EMAIL PROTECTED]; KIRKBRIDE Rob > ([EMAIL PROTECTED]) > Subject: follow-up Re: UnknownHostException > > > > it seems that in Windows, the URL returned by one of our app's > methods starts with "f

RE: JDK1.2.2 & Redhat 7

2000-12-05 Thread KIRKBRIDE Rob
.0 do not exhibit this behaviour. Rob -- From: David Elkin To: [EMAIL PROTECTED]; KIRKBRIDE Rob ([EMAIL PROTECTED]) Subject: JDK1.2.2 & Redhat 7 Date: 05 December 2000 08:51 Hi Guys, I have install the latest Redhat 7 and Installed JDK1.2 and everything appears to have installed

Re: Using AWT Classes on Linux

2000-12-01 Thread KIRKBRIDE Rob
You need to do 'xhost +' on the X server machine, or xhost +machinename. man xhost Rob -- From: Santosh Dawara To: ingo rockel; [EMAIL PROTECTED]; KIRKBRIDE Rob ([EMAIL PROTECTED]) Subject: Re: Using AWT Classes on Linux Date: 01 December 2000 12:07 It seems to have helped

Re: Unidentified subject!

2000-11-30 Thread KIRKBRIDE Rob
Its also completely off subject and suspicous from a virii point of view. -- From: Ashish Kulkarni To: lisuke; [EMAIL PROTECTED]; KIRKBRIDE Rob ([EMAIL PROTECTED]) Subject: Re: Unidentified subject! Date: 30 November 2000 09:04 NEVER send emails with long attachments on a mailing list

Re: To optimize or not

2000-11-03 Thread KIRKBRIDE Rob
Thanks for the responses. I'll not bother with -O then! I've given the profiler a go and I'm managing to understand parts of it. I've not looked at the sun site but if there is comprehensive info on the site then I'll look there as this probably isn't Linux specific any more. By the way cpu:s

Re: To optimize or not

2000-11-02 Thread KIRKBRIDE Rob
Thanks a lot for the info yes it was the JDK optimizer I was interested in, but I may give the profiler a go as I've had much success on other projects (not involving java) I was thinking of gcc in that gcc is known to produce very non-optimal code unless optimisation is performed, I wondered wh

To optimize or not

2000-11-02 Thread KIRKBRIDE Rob
Has anyone got any feelings/figures for the usefulness of code optimisation using the Blackdown 1.2.2 JDK? I may do some experimentation but I wondered if anyone had done any analysis on whether it makes much difference. Obviously it will depend on the code, but do people use it as a matter of

RE: Panel-Components can be marked

2000-10-10 Thread KIRKBRIDE Rob
What has this got to do with Linux? -- From: Alexander Hordt To: [EMAIL PROTECTED]; KIRKBRIDE Rob ([EMAIL PROTECTED]) Subject: Panel-Components can be marked Date: 10 October 2000 12:36 Hello together! I have a problem: I have Panel and these Panel I have added components: 2

Applet Signing (1.2.2RC4)

2000-07-13 Thread KIRKBRIDE Rob
I've been trying to understand the various options for getting my applet signed and I wondered if someone can help out. The applet is currently being used on an intranet and the java.policy has to be manually edited to grant certain permissions (not least showWindowWithoutWarningBanner), I want