Dose Glassfish each SOAP request use one HTTP Thread to handle the process?

View: New views
1 Messages — Rating Filter:   Alert me  

Dose Glassfish each SOAP request use one HTTP Thread to handle the process?

by pccontact :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear all,

In my SOAP application, it looks like that each request from the client will use one HTTP thread even
the NIO is the nature of the Glassfish.

If in my SOAP process wait for some period of time, the thread will not relase for another incoming request even in NIO, right?

Can anyone explain about this for me?

Thanks!