Where is the moderator? Why don't they unsubscribe
[EMAIL PROTECTED] from this group (or filter their domain
completely)?
The first pass of spam was annoying enough now peoples complains are
doubling volume of junk mails.
I have tried to unsubscribe to this list becuase of these emails, but I
Look at this link:
http://java.sun.com/j2se/1.4.2/docs/guide/awt/AWTChanges.html#headless
This option is being used when you are operating on a machine without
graphics support (usually in a server configuration). You will use the
option for example when you want to do some AWT/Swing operation o
It doesn't matter what platform your running on. On linux you can use
"kill -s SIGQUIT pid" on window box if you have cygwin you can do the
same and if you do not just do a google search and there are lots of C
code that does that, you can look at or sites like
http://www.csl.mtu.edu/cs4411.c
I don't know what kind of application you are running, but most likely
you have a resource leak; Do a thread dump and see what your threads
are waiting for. Most likely they are just in wait state and no CPU
usage. It could be cause by lots of things. One problem could be
using jdbc and not closing
You can add these two options to your VM and monitor /tmp/gcOutput log
file " -verbose:gc -Xloggc:/tmp/gcOutput" , or you can add a timer MBean
to your server to ping your VM.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad