Connecting Tech Pros Worldwide Forums | Help | Site Map

Client Server application

Newbie
 
Join Date: Sep 2007
Posts: 17
#1: Jun 12 '09
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

RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,393
#2: Jun 12 '09

re: Client Server application


Try this: http://aws.amazon.com/sqs/
Reply