Windows Service with a Network Listener

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Glenn

    #1

    Windows Service with a Network Listener

    If i want to implement a .net service which takes its parameters over
    the network from a server application, which technology would anyone
    reccomend

    should i use a winsock listener on the server or can i use remoting?

  • Phil G.

    #2
    Re: Windows Service with a Network Listener

    Hi Glen,

    I have not long finished a 3-tier db app. It allows multiple clients to
    access a remote sql server via a windows service on another 'server'. I used
    remoting via TCP/IP and all works perfectly well.

    I am not necessarily suggesting that I have used good techniques or
    implemented security policies ( this was all on an intranet site), but it
    works for us!

    Good luck. Phil


    "Glenn" <glenn.mantle@b t.com> wrote in message
    news:1127051075 .503865.156240@ g49g2000cwa.goo glegroups.com.. .[color=blue]
    > If i want to implement a .net service which takes its parameters over
    > the network from a server application, which technology would anyone
    > reccomend
    >
    > should i use a winsock listener on the server or can i use remoting?
    >[/color]


    Comment

    Working...