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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top