An application installed on a server is called by another web application several times. Will this be thread safe? Will it cause any issue in that server? If so what are the ways to improve the functionality of that application? Is it required to make the web application which uses the application to be multi-threaded?
feedback
|