Hello all,

I have a general question on how manage AXIS 1.3 a Life Cycle of the Web Service.

I am developing a Web Service, which gets a file, processes it and returns results back. Since the processing time is rather big, I don't want client to block (due to connection timeouts). Therefore, one of the web service operations receives a file, starts a new thread, which will process a file, and returns some information to the client. Later, client will contact this web service (using another operation) and get the results.

My question is, will thread work after the operation has returned?
Or will AXIS terminate all related processes and threads, when the operation, which was invoked, returns?

Thank you for reply.



German Sakaryan


Reply via email to