Re: Hot Spot crashes

2000-11-22 Thread Joseph Shraibman
Vote for: http://developer.java.sun.com/developer/bugParade/bugs/4372197.html Jochen Witte wrote: > > Hello everybody, > we`re using the j2sdk-1.3.0-FCS with Resin 1.1.5 (Java-Servlet-Engine) > and Apache 1.3.14 on a SuSE7.0-Machine. > Under higher load, the Servlet Engine reports: > > # HotSpo

Re: localhost ip

2000-11-22 Thread Joseph Shraibman
Joi Ellis wrote: > > On 22 Nov 2000, Juergen Kreileder wrote: > > > It's not that easy. A host may have several IP addresses and other > > hosts may have to use different addresses to reach it. E.g. hosts on > > the intranet may have to use 192.168.0.100, but external machines may > > have to

Re: Hot Spot crashes

2000-11-22 Thread Nathan Meyers
On Wed, Nov 22, 2000 at 03:50:05PM +0100, Jochen Witte wrote: > Hello everybody, > we`re using the j2sdk-1.3.0-FCS with Resin 1.1.5 (Java-Servlet-Engine) > and Apache 1.3.14 on a SuSE7.0-Machine. > Under higher load, the Servlet Engine reports: > > # HotSpot Virtual Machine Error, Internal Error

Re: localhost ip

2000-11-22 Thread Tom . Williams
Rather this: InetAddress[] IPs = InetAddress.getAllByName(myName); Peace.. Tom [EMAIL PROTECTED] on 11/22/2000 09:35:10 AM To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: localhost ip Wh

Re: localhost ip

2000-11-22 Thread Tom . Williams
What about doing something like this: InetAddress me = InetAddress.getLocalHost(); // get the object InetAddress myName = me.getByName( me.getHostName() ); // lookup my name InetAddress IPs = InetAddress.getAllByName(myName); Peace... Tom Juergen Kreileder <[EMAIL PROTECTED]> on 11/21

Re: How do you get to process list ?(ps auwwx in Java)

2000-11-22 Thread Albrecht Kleine
You wrote: > I had an inquiry/ feature request about how to do this for my JavaUnix project. > Looks pretty easy on LINUX. Damn if I know how to do on Solaris tho. > You said some directories in /proc//* are in accessible, ok just try it. > > I could also default to `/usr/sbin/ps -afe' or `/usr

Re: localhost ip

2000-11-22 Thread Tony Dean
Joi, A host may have multiple IP addresses. This is called a multi-homed host. Do not confuse multiple IP addresses with Domain addresses. An address may have a domain address plus aliases associated with it. In my home setup I have several machines running on one of the test IP network address

Re: java developer feedback

2000-11-22 Thread Jason Gilbert
Calvin Austin wrote: > > I don't know if anyone else can verify this, but the bug listed below > seems to be BSD socket related (ie OS related) This is probably true. However, I guess my point is 2 fold. 1) The implementation doesn't match the API specification. If you can't work around it a

Hot Spot crashes

2000-11-22 Thread Jochen Witte
Hello everybody, we`re using the j2sdk-1.3.0-FCS with Resin 1.1.5 (Java-Servlet-Engine) and Apache 1.3.14 on a SuSE7.0-Machine. Under higher load, the Servlet Engine reports: # HotSpot Virtual Machine Error, Internal Error After that, the whole engine restarts, which causes long accesstimes to o

Re: java developer feedback

2000-11-22 Thread Levente Farkas
hi, there're some os wher this is not required for receiving multicast packet. man 7 ip IP_ADD_MEMBERSHIP Join a multicast group. Argument is a struct ip_mreqn structure. struct ip_mreqn { struct in_addr imr_multiaddr; /* IP multicast group address */ struct i