Re: Remoting or windows service

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Sunny (sunny_at_newsgroups.nospam)
Date: 07/20/04

  • Next message: Sunny: "Re: Peer Network vs. Domain"
    Date: Tue, 20 Jul 2004 14:58:44 -0500
    
    

    Then it seems I need more coffee :)

    And the answer is easy: you can host your remoting server in a windows
    service. You can connect to it using TCP channels. Or (if they are on
    the same machine) you may use third party memory channels.

    Sunny

    P.S. sorry again not reading carefully, just the question webservice vs.
    remoting is so often posted here ... :)

    In article <996E07B1-30C7-439E-98BB-DEE241B23AF5@microsoft.com>,
    Hiten@discussions.microsoft.com says...
    > Thanks sunny, but I am looking for Windows service and .net remoting... not web service...
    >
    > Thanks
    >
    > "Sunny" wrote:
    >
    > > Hi,
    > >
    > > in addition to Elp's answer, this is a good article:
    > >
    > > http://www.developer.com/net/net/article.php/2201701
    > >
    > > Sunny
    > >
    > > In article <562B77C6-DE58-4216-BC00-AE1B47CA8EFB@microsoft.com>,
    > > Hiten@discussions.microsoft.com says...
    > > > Anybody has idea on difference between .net remoting and .net windows service?
    > > >
    > > > Can I instantiate class and methods of a windows service application from C#? if yes then how?? and would it be capable of exchanging object across processe boundries?
    > > >
    > > > I am stuck with these questions and could not find any reasonable answer. Any link or code sample would be hightly appreciated
    > > >
    > > > Thanks in advance.
    > > >
    > > >
    > >
    >


  • Next message: Sunny: "Re: Peer Network vs. Domain"