Linux JVM: JNI allow putmsg() syscalls in native code?

2002-04-25 Thread William Quan
Title: Linux JVM: JNI allow putmsg() syscalls in native code? GIVEN: -- I am working on a Java Network Application that can send/receive raw Ethernet packets. I bypass the TCP/IP stack and pass them to a DLPI provider. Currently, I am attempting to use LiS-2.12 (a.k.a LINUX STREAMS: http:/

RE: Linux JVM: JNI allow putmsg() syscalls in native code?

2002-04-25 Thread William Quan
[mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 4:37 PM To: Quan, William [NGC:B866:EXCH] Cc: '[EMAIL PROTECTED]' Subject: Re: Linux JVM: JNI allow putmsg() syscalls in native code? William Quan <[EMAIL PROTECTED]> writes: > Q1.) Why is the JVM eclipsing my getmsg()

RE: Linux JVM: JNI allow putmsg() syscalls in native code?

2002-04-25 Thread William Quan
Thursday, April 25, 2002 4:37 PM To: Quan, William [NGC:B866:EXCH] Cc: '[EMAIL PROTECTED]' Subject: Re: Linux JVM: JNI allow putmsg() syscalls in native code? William Quan <[EMAIL PROTECTED]> writes: > Q1.) Why is the JVM eclipsing my getmsg() and putmsg() syscalls with

RE: garbage collection

2002-08-20 Thread William Quan
Title: RE: garbage collection Alex, IMHO it appears you have a memory leak that is not necessarily a JVM issue. But while we are on the GC topic: Does the 1.4 JVM 'stop the world', or pause *all* threads while it does a GC. This tends to have a negative impact on real-time Java Apps on SM