Rickard �berg wrote:
> Tobias wrote:
> > I am still trying to get this working. I now tried the test suite. The
> > suite runs if started on the same machine on which the server is
> > located.
> > But as soon as I transfer the test suite to a remote machine it fails.
> > It gets the initial context (test 1) but the first lookup fails (test
> > 2).
> > Again, it states it is not allowed to connect to the localhost. But I
> > DID provide a proper jndi.properties file, I think:
> >
> > java.naming.factory.initial  = org.jnp.interfaces.NamingContextFactory
> > java.naming.provider.url     = krypton.company.com
> > java.naming.factory.url.pkgs = org.jboss.naming
> >
> 
> Try changing jboss.properties, java.rmi.server.hostname=localhost to
> java.rmi.server.hostname=<somehost>
> 
> That's most likely it.
> 
> This should not be there. Did I do that? :-(

Hi Rickard!

Hey, great ! Now its working. 
Perhaps you should change that in the next distribution or add a comment
in the documentation :-).

Just to give you some results:
The client invokes a EJB-method with no parameters which returns a
simple string. The server runs on RedHat 6.2 on a AMD K3-500 machine.
The client is connected via 100MBit LAN. Tests with this configuration
showed the following result:

It took the system 113 seconds to process 10,000 method calls from a
single client (initial context and lookup not included !!). During the
test the server load never exceeded 0.5 .

I'll do some more performance testing. Is anyone interested in the
results ?

Any hints what to do for tuning the server ?

Bye, 
Tobias


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to