简体   繁体   English

客户端服务器24/7列表器

[英]Client Server 24/7 Listner

We want to implement a client server application. 我们要实现客户端服务器应用程序。 here is the scenario. 这是场景。 Server listens for client 24/7. 服务器侦听客户端24/7。 Server accept request for client and save it in DB for further process. 服务器接受对客户端的请求,并将其保存在数据库中以供进一步处理。 Once processing is done (it may take few hours), Server will response back to client. 处理完成后(可能需要几个小时),服务器将响应给客户端。

in short , client and server listens for each other 24/7. 简而言之,客户端和服务器之间全天候24/7监听。

I want to implement it in C# but i also want that it should be accessibly from all platforms. 我想在C#中实现它,但我也希望它应该可从所有平台访问。 Also is it possible in WCF? WCF中也可能吗?

I agree with Yuck, this is a basic WCF scenario. 我同意Yuck,这是基本的WCF方案。 There a few articles, videos and tutorials to get you started here http://msdn.microsoft.com/en-us/netframework/dd939784 有一些文章,视频和教程可帮助您从这里开始http://msdn.microsoft.com/zh-cn/netframework/dd939784

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM