Manivannan Palanichamy wrote:
> I need to design a web application that may use threads. Thats, the web
> application might have to read some 200 files from network. In order to
> speed up the process, I've decided to use threads/thread pooling. But,
> however I know it is not a good practice to us
Hi
I need to design a web application that may use threads. Thats, the web
application might have to read some 200 files from network. In order to
speed up the process, I've decided to use threads/thread pooling. But,
however I know it is not a good practice to use threads in a web/server
applicat