How do I trap Keycodes ?

2000-03-30 Thread Syam_Kumar_Abburi
Hi All, Could any one tell me how to trap Keyevents (Keyup, down etc.) with out displaying any GUI components? I noticed that the KeyEvents are delivered only when the GUI component is shown and focus is on that. I want to get Keycodes with out displaying any GUI component. My application does

Re: HELP: using unix-signals?

2000-03-30 Thread TrentJarvi
http://interstice.com/~kevinh/projects/javasignals/ -- Trent Jarvi [EMAIL PROTECTED] On Thu, 30 Mar 2000, Bruno Boettcher wrote: > Hello, > > i didn't found this in the FAQ's nor in the docu is there a way to capture > -c interruptions or as long as this one to any one of the other > uni

Re: HELP: using unix-signals?

2000-03-30 Thread Chris Kelly
http://interstice.com/~kevinh/projects/javasignals/ http://www.naturalbridge.com/useful/index.html At 07:06 PM 3/30/00 +0200, Bruno Boettcher wrote: >i didn't found this in the FAQ's nor in the docu is there a way to capture >-c interruptions or as long as this one to any one of the other >un

HELP: determining system load?

2000-03-30 Thread Bruno Boettcher
Hello, i am setting up an distributed environment, it would be helpful to be able to determine the load on each node is there a platform independ way to get grip of this ? Does anything speak against reading /proc/loadavg ? (if linux was detected as platform...) -- ciao bboett ===

Re: TCP performance issues

2000-03-30 Thread John Rousseau
On Mar 29, 2000, Ekkehard Kraemer wrote: > Hallo John, > > JR>I'm thinking that the kernel TCP connection queues are filling up and > JR>further requsts are getting dropped, but at 20? > > Did you check ulimit (file handles)? > > Did you try 'lsof | grep TCP'? Maybe it shows thousands of "

Problem with JNI

2000-03-30 Thread Natarajan SK
Hi, I've racked more brains than I've got trying to figure this out. If someone can give me a hint as to how I can proceed with solving this problem, I would be obliged. I'm invoking the JVM using dlopen to open the 1.2.2 libjvm.so and am doing a dlsym of the JNI init args and JNI Creat

Help java3d

2000-03-30 Thread Dr. S. V. Rao
Hello, I have downloaded jdk-1.2.2 and java3d-1.1.3 and installed. I am viewing java3d demos using appletviews, but unable to view in nestscape. Please let me know, what I have to do? Thanks in advance svrao -- --- Dr. S. V. Rao

Re: Structure of Link Vector

2000-03-30 Thread SHUDO Kazuyuki
Tim Walsh <[EMAIL PROTECTED]> wrote: > Can anyone give me some detailed structure details of the > Link Vector which is passed to a JIT using the java_lang_Compiler_start > function. > Frank Yellin's JIT Compiler API just mentions the types of addresses > contained with in it. JIT API has not be