(more than one
threads are used to entertain user requests). What I want is a single
threaded web service which uses a single thread to entertain all the
user requests. Is it possible? If yes then how?
Write your own class:
import javax.servlet.SingleThreadModel;
import
Faraz Rasheed wrote:
*Hi,*
I am developing a web service using axis. The problem is that, by
default, the axis web services are multithreaded (more than one threads
are used to entertain user requests). What I want is a single threaded
web service which uses a single thread to entertain
Hi,
I am developing a web service using axis. The problem is
that, by default, the axis web services are multithreaded (more than one
threads are used to entertain user requests). What I want is a single threaded
web service which uses a single thread to entertain all the user requests