-----Original Message-----
From: Aaron Knauf [mailto:[EMAIL PROTECTED]
Sent: 15 January 2004 03:13
To: [EMAIL PROTECTED]
Subject: RE: Multi-Threading issue?kill -HUP <java process pid>
-----Original Message-----
From: François Schiettecatte <[EMAIL PROTECTED]>@VODAFONE
Sent: Thursday, 15 January 2004 2:39 p.m.
To: [EMAIL PROTECTED]
Subject: Re: Multi-Threading issue?Santosh
I would be curious (and grateful) to know what you find out about this.
How do you go about listing the threads currently running on the server?
Cheers
François
On Jan 14, 2004, at 12:18 PM, Santosh Joshi wrote:
> Dear All,
>
> I have been experimenting with AXIS for a while now. I am using Tomcat
> 4.1.X and AXIS 1.1 (final).
>
> I have it all wonderfully configured and up and running, successfully.
> I am quiet impressed by the way it easily inter-operated with .NET
> without much efforts.
>
> I have been noting a peculiar problem with Threading though. Only two
> threads are spawned at any given point of time, through my
> end-point!!??
>
> I have an end point which has an "application" scope and logs each
> entry and exit from the end point methods. The multi-threaded requests
> that I am sending from client side are heavy ones and take several
> seconds to complete in the Server.
>
> If I pass 4 client requests then I get 2 server 'processing' messages
> each time.
>
> I am puzzled, any ideas?
>
> Any pointers, would be greatly appreciated.
>
> Regards,
>
> Santosh
>
Have you seen our website? .... www.vodafone.co.nz
CAUTION: This correspondence is confidential and intended for the named recipient(s) only. If you are not the named recipient and receive this correspondence in error, you must not copy, distribute or take any action in reliance on it and you should delete it from your system and notify the sender immediately. Thank you.Unless otherwise stated, any views or opinions expressed are solely those of the author and do not represent those of Vodafone New Zealand Limited.Vodafone New Zealand Limited
21 Pitt Street, Private Bag 92161, Auckland, 1020, New Zealand
Telephone + 64 9 357 5100
Facsimile + 64 9 377 0962
Title: RE: Multi-Threading issue?
All,
Thank
you for your help, and sorry for the trouble.
There
is a bug in the way I create the client process threads to be processed in the
Server (Tomcat-AXIS).
Yes
the "application" scope for deployment implies that there will only be one
end-point object in the Server and requests will obviously pass through the same
object in a multi-threaded fashion.
Sorry
for the trouble, but Tomcat-AXIS does spawn as many threads as required or
specified in the Tomcat configuration (server.xml).
Regards,
Santosh
- Multi-Threading issue? Santosh Joshi
- Re: Multi-Threading issue? Steffen Mayer
- Re: Multi-Threading issue? François Schiettecatte
- RE: Multi-Threading issue? Aaron Knauf
- Santosh Joshi