How can send all request from client to single process in server.?
Posted
by Shashi
on Stack Overflow
See other posts from Stack Overflow
or by Shashi
Published on 2010-06-18T10:33:00Z
Indexed on
2010/06/18
10:53 UTC
Read the original article
Hit count: 217
I am developing the web site, It consists of device name list and related Build Button. When one click the Build button the one process will run in server. When more than ten user click the Build button more processes will create at that server will hang. How can send all request from client to single process in server.
© Stack Overflow or respective owner