hi,

> Achim Demelt wrote:
> > to make things clear: this is not a configuration problem. calling the
> > method once, or only from few thread simultaneously, everything works
fine.
> > the above exception occurs, when the client is supposed to start 50
threads,
> > each calling the method 50 times. sometimes it already occurs with less
than
> > 50 threads. there is also no difference if the client runs locally or on
> > another machine.
>
> Do you spawn these threads "ASAP"? If so, try adding a second or two
> between them and see if things get better.
>

yes, the threads are spawned ASAP. I inserted a one-second sleep after
starting each thread and --- who'd have thought that --- it works!
BUT: since each invocation only takes a few milliseconds, the first thread
will have sent all its 50 requests to the server and stopped again even
before the next has had a chance to start because of the sleep.

I wonder why the other app-servers can handle undelayed requests and jBoss
cannot :-(

regards,
 Achim



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to