Re: Connection(less) to a remoting server

Tech-Archive recommends: Speed Up your PC by fixing your registry



> So, when I declare a Remoting server as below, is that then similar to a
> web server?

Technically - yes, in that it binds to a port and listens for traffic on
that port

> So, it's running a disconnected protocol, http?

no, http traffic negotiates a connection before submission occurs, it is
therefore a connected protocol - udp would use disconnected. The protocol
negotiates between your client to the remoting server - thats why http over
tcp is slow and reliable and udp is fast and unreliable. It is disconnected
in that no permanent connection (like a mapped drive type of connection) is
put in place - only that neccesary to handle the traffic between the two
components for the duration of that request and response.

>
> And when I remotely raise an event on the client -- is that message sent
> with http?
>
> <channel
> ref="http"
> port="8080"
> machineName="192.168.1.172"
>

yes

Regards

John Timney
ASP.NET MVP
Microsoft Regional Director


.



Relevant Pages

  • Re: Accessing web with a C program
    ... and have a valid read connection to the named web page. ... It's not obvious that fopenshould support the NFS protocol but not ... There is a difference in that an HTTP name ...
    (comp.lang.c)
  • Re: HTTPhandlers
    ... debates weather or not HTTP is a suitable protocol is not what I am looking ... I need to know how I can have a TcpListener listen on port 80 eventhough IIS ... > which you make the request to do the connection with the user and maintain ... >> HTTP is a stateless protocol. ...
    (microsoft.public.dotnet.framework)
  • Re: Wrapping TCP communications in HTTP
    ... If your protocol is half-duplex, you can tunnel it using a single ... persistent connection to the HTTP server. ... one for receiving (by constantly polling the server for messages). ... > we would like to wrap these communications in the HTTP protocol. ...
    (microsoft.public.win32.programmer.networks)
  • RE: RPC Over HTTP
    ... Normally running the CEICW (configure e-mail and internet connection ... wizard) and allowing RPC over HTTP option on the ... Web services configuration page should configur your server to allow RPC ... Verify that the certificate is installed by going to ...
    (microsoft.public.windows.server.sbs)
  • RE: Cannot connect via http but https works?
    ... Only one computer of three on my adhoc workgroup reports this error. ... only HTTP won't work. ... regsvr32 SOFTPUB.DLL ... computer and try to establish a connection and try the link, ...
    (microsoft.public.windowsxp.network_web)