Hi to all,
I want to make an application which take the request from the client and hold it on server. when server become free it execute the client request otherwise it holds on server.
Request remains on server till it is not executed . And this should be free from client (Means it doesn't matter that client is live or not)
Can any one told me that which technology i use.
1. .Net remoting
2. Windows Service
I want to make an application which take the request from the client and hold it on server. when server become free it execute the client request otherwise it holds on server.
Request remains on server till it is not executed . And this should be free from client (Means it doesn't matter that client is live or not)
Can any one told me that which technology i use.
1. .Net remoting
2. Windows Service
Comment