I did have that same basic problem, manifested by a jboss process I can't
kill with a ^C.  I now use a SysV style init script to bring up/down jboss
and that seems to work out ok:  it seems that RedHat and SuSE (and probably
every other SysV compatible distribution) include startproc()/killproc()
functions that do the right thing in this case.

This is the only hitch I've found between jboss and IBM JDK so far.

-matt

On Sun, Jun 03, 2001 at 03:34:19AM -0400, Jim Archer wrote:
> Matt, have you had any problems with the latest IBM JDK on Linux and 
> shutting down? We tried it, but jBoss didn't see the term signal under IBMs 
> JDK.
> 
> Jim
> 
> --On Saturday, June 02, 2001 6:28 PM -0500 Matt Hudson <[EMAIL PROTECTED]> 
> wrote:
> 
> > I believe the problem here is Sun's VM, specifically the JIT.  Try
> > disabling the JIT, upgrading to the latest Sun VM, or getting the
> > IBM JDK.  I can vouch for the IBM JDK being at least better, if not
> > perfect about JIT thread safety.
> >
> > But modern VMs definitely support real threads under linux, with
> > "green" threading model available as well.
> >
> > -matt
> >
> > On Sat, Jun 02, 2001 at 03:29:49AM -0700, Enrique Pineda wrote:
> >> The JBoss article at
> >> http://www.jboss.org/documentation/HTML/ch10s02.html states that there
> >> is no support for "real threads" in Linux.  I don't know when this
> >> article was written, but is this statement true today with the current
> >> versions of Linux?
> >>
> >> Thanks,
> >> epp
> >>
> >> _______________________________________________
> >> JBoss-user mailing list
> >> [EMAIL PROTECTED]
> >> http://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> > --
> >
> > "A weird imagination is most useful to gain full advantage of all the
> > features."
> >
> >       matt hudson   [EMAIL PROTECTED]    http://www.spaceship.com/~matt
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> 
> ********************************************
> I shall be telling this with a sigh
> Somewhere ages and ages hence:
> Two roads diverged in a wood, and I -
> I took the one less traveled by,
> And that has made all the difference.
> 
> - Robert Frost, 1916
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user

-- 

"A weird imagination is most useful to gain full advantage of all the features."

      matt hudson   [EMAIL PROTECTED]    http://www.spaceship.com/~matt

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to