Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/wcf/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将事件发送到远程StreamInsight托管服务是否需要WCF_Wcf_Streaminsight - Fatal编程技术网

将事件发送到远程StreamInsight托管服务是否需要WCF

将事件发送到远程StreamInsight托管服务是否需要WCF,wcf,streaminsight,Wcf,Streaminsight,我正在使用作为windows服务托管的StreamInsight 2.1,希望将传感器事件从传感器服务器发送到它。是否有必要使用WCF?如果是,请向我展示一个很好的开始帮助。WCF用于某些管理功能,但不需要将事件发送到StreamInsight。StreamInsight不附带任何适配器/源/接收器。由开发人员来创建它们。如果WCF太大/太慢/etc,您可以使用TCP、UDP或任何其他可以在.NET中使用的协议。如果在TCP/IP上使用netTcpBinding二进制文件太慢,我会感到惊讶。我不

我正在使用作为windows服务托管的StreamInsight 2.1,希望将传感器事件从传感器服务器发送到它。是否有必要使用WCF?如果是,请向我展示一个很好的开始帮助。

WCF用于某些管理功能,但不需要将事件发送到StreamInsight。StreamInsight不附带任何适配器/源/接收器。由开发人员来创建它们。如果WCF太大/太慢/etc,您可以使用TCP、UDP或任何其他可以在.NET中使用的协议。

如果在TCP/IP上使用netTcpBinding二进制文件太慢,我会感到惊讶。我不熟悉WCF。对于CEP应用程序来说,这是一项缓慢的服务吗?这取决于通过应用程序发生的事件的数量。有时,如果您在执行SOAP之类的操作,WCF的开销会更高。WCF是一种通用机制,包括TCP/IP,因此我认为使用其他方法代替它是没有意义的!