답변됨 Remote Connections

  • 2009년 12월 30일 수요일 오전 11:18
     
     
    Hi everybody,

    How can I connect a client (a trading terminal or excel spreadsheet ) to an output adapter that is running in another machine? Is there something like we have in WCF ( I mean, endpoints, etc). I saw some examples running in the same machine, but nothing like a client server. Could someone help me?

    Tks,

    Marco

모든 응답

  • 2010년 1월 6일 수요일 오전 1:30
     
     답변됨
    Hi Marco,

    The short answer is that there is no out of the box way to expose an adapter such that the events can be consumed from a remote machine.

    The purpose of adapters is to “bridge” between the StreamInsight engine and the outside world. Once events are handed off from a query to an output adapter the StreamInsight engine does not own them and will not do anything about them. Also, adapters are always local to the engine. Therefore, the remote delivery of events is a responsibility of adapters. You would have to implement your own output adapter using the remoting mechanism that best fits your scenario – WCF, TCP, etc.

    Regards,
    Tiho
    MS StreamInsight Team

    Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights