Connection(less) to a remoting server

  • Thread starter Thread starter jabailo
  • Start date Start date
J

jabailo

Is the connection between a Remoting Client and a Remoting Server
considered connection-bound or connectionless?

....even if it runs on http?
 
Is the connection between a Remoting Client and a Remoting Server
considered connection-bound or connectionless?

...even if it runs on http?
Is there a virtual circuit? Well, I guess you could argue there is if
you're using CAOs, but probably not with SAOs. But really, does it matter?

Cheers



Peter
 
peter said:
Is there a virtual circuit? Well, I guess you could argue there is if
you're using CAOs, but probably not with SAOs. But really, does it
matter?

Well, it matters if the server or network goes down temporarily doesn't it?

It matters as far as my determining what type of retry or reconnect
procedures in my code I need to use...rigth? Or are we speaking two
different languages?
 
Back
Top