How to communicate across servers?

  • Thread starter Thread starter Brett
  • Start date Start date
B

Brett

If I have two VB .NET apps on seperate servers, which I have full access to,
how can they communicate with each other? For example, forms in each app
sharing data (one form getting textbox value from another form), just as if
the forms where in the same app.

Thanks,
Brett
 
I have app1 that uses a timer. It polls every 1 second to get thread state
status. This is then displayed in a text box on app1. If app1 is on the
server and I have app2 on my desktop that diplays the timer state in its
textbox, will that require much use of resources or is it a feasible
venture?

Thanks,
Brett
 

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