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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo